strList="

St John`s Catholic Primary School (0 miles)
Zoom on map | View full information

St John The Evangelist Church (0 miles)
Zoom on map | View full information

St. Joan Of Arc Catholic School School (1.1 miles)
Zoom on map | View full information

Our Lady Help Of Christians Church (1.2 miles)
Zoom on map | View full information

St John Fisher Church (1.8 miles)
Zoom on map | View full information

St Paul`s Church (2.3 miles)
Zoom on map | View full information

St Bede Church (2.5 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St John`s Catholic Primary School (38405-36509)',51.637266,-0.491171,'School'),new Array('St John The Evangelist Church (40690-38135)',51.637266,-0.491171,'ParishChurch'),new Array('St. Joan Of Arc Catholic School School (38408-36512)',51.640058,-0.465138,'School'),new Array('Our Lady Help Of Christians Church (40752-38166)',51.643026,-0.465168,'ParishChurch'),new Array('St John Fisher Church (40500-38040)',51.653981,-0.522188,'ParishChurch'),new Array('St Paul`s Church (40580-38080)',51.604375,-0.486399,'ParishChurch'),new Array('St Bede Church (40518-38049)',51.65282,-0.43938,'ParishChurch'),new Array('St Anthony`s Catholic Primary School School (38403-36507)',51.647769,-0.420099,'School'),new Array('St Matthew Church (40710-38145)',51.610125,-0.421868,'ParishChurch'),new Array('Holy Cross Convent School (38907-37013)',51.605314,-0.559333,'School'),new Array('Holy Cross Convent (71379-75192)',51.6045838,-0.558313,'Other'),new Array('St Joseph Church (49533-56011)',51.5986146,-0.561771499999964,'ParishChurch'),new Array('St Joseph`s Priory (71363-75835)',51.5988106,-0.5617308,'Other'),new Array('St Josephs Primary School (37765-35869)',51.599917,-0.564618,'School'),new Array('St Joseph`s Catholic Primary School (38406-36510)',51.62724,-0.396872,'School'),new Array('St Aidan Church (49569-56032)',51.668498,-0.575611,'ParishChurch'),new Array('Holy Rood Catholic Primary School School (38263-36367)',51.682039,-0.426196,'School'),new Array('Holy Rood Church (40842-38211)',51.655014,-0.398653,'ParishChurch'),new Array('St Joseph`s Church (40490-38035)',51.625285,-0.393936,'ParishChurch'),new Array('Our Lady Mother Of The Saviour Church (40496-38038)',51.701964,-0.501075,'ParishChurch'),new Array('Church Of St Helen Church (40844-38212)',51.675398,-0.401883,'ParishChurch'),new Array('The Most Holy Name Church (49515-56011)',51.567797,-0.496343,'ParishChurch'),new Array('Divine Saviour Catholic Primary School School (38253-36357)',51.700508,-0.428218,'School'),new Array('The Sacred Heart Of Jesus And St John The Evangelist Church (40486-38033)',51.645118,-0.36956,'ParishChurch'),new Array('Sacred Heart Catholic Primary School (38407-36511)',51.644088,-0.371144,'School'),new Array('St Thomas More Church (40526-38053)',51.583606,-0.401179,'ParishChurch'),new Array('St Luke Church (40732-38156)',51.596637,-0.383526,'ParishChurch'),new Array('Most Sacred Heart Church (40756-38168)',51.573607,-0.41573,'ParishChurch'),new Array('Sacred Heart Catholic Primary School (38411-36515)',51.567632,-0.425417,'School'),new Array('Our Lady And St Michael Church (40554-38067)',51.691039,-0.389006,'ParishChurch'),new Array('Douay Martyrs Catholic School (38254-36358)',51.559963,-0.444436,'School'),new Array('St. Saviour Church (40446-38013)',51.706227,-0.41417,'ParishChurch'),new Array('St Teresa Of The Child Jesus Church (40602-38091)',51.608817,-0.357315,'ParishChurch'),new Array('St Catherine Of Siena Catholic Primary School School (38404-36508)',51.696414,-0.385573,'School'),new Array('St John Fisher Primary School (38367-36471)',51.589755,-0.370923,'School'),new Array('Our Lady Of Lourdes And St Michael Church (40832-38206)',51.547242,-0.482411,'ParishChurch'),new Array('St. Michael`s Catholic High School School (38409-36513)',51.699566,-0.385924,'School'),new Array('Our Lady of Perpetual Succour Church (49497-55988)',51.688493,-0.61374,'ParishChurch'),new Array('St Teresa`s First and Middle Catholic Harrow School (38369-36473)',51.604223,-0.35543,'School'),new Array('Bridgettine Convent Chapel (49557-56024)',51.552651,-0.542408,'ParishChurch'),new Array('Our Lady`s Primary School School (37760-35864)',51.690293,-0.614655,'School'),new Array('St Mary`s Catholic Primary School (38414-36518)',51.543765,-0.486853,'School'),new Array('St John Fisher Church (40586-38083)',51.580521,-0.367746,'ParishChurch'),new Array('St Swithun Wells` Catholic Primary School (38410-36514)',51.564158,-0.392065,'School'),new Array('St Gregory The Great Church (40758-38169)',51.560246,-0.399286,'ParishChurch'),new Array('St Teresa of the Child Jesus and SS John Fisher and Thomas More Church (49465-55966)',51.613001,-0.644046,'ParishChurch'),new Array('St Joseph Church (40846-38213)',51.600423,-0.338442,'ParishChurch'),new Array('Salvatorian College School (38371-36475)',51.599974,-0.339152,'School'),new Array('St Bernadette Church (40624-38102)',51.539641,-0.451229,'ParishChurch'),new Array('St. Bernadette Catholic Primary School (38412-36516)',51.539641,-0.451229,'School')); // var IMAGES = [ "parishChurchMarker", "ChurchMarker", "PresbyteryMarker", "OtherPresbyteryMarker", "SchoolMarker", "HallMarker" ]; // var ICONS = []; var markers = []; // declared EXTERNALLY // var map = null; // var mgr = null; // var mgr2 = null; // var mgr3 = null; function initialize() { var map = new google.maps.Map( document.getElementById('map_canvas'), { center: new google.maps.LatLng(records[0][1],records[0][2]), zoom: 13, mapTypeId: google.maps.MapTypeId.ROADMAP }); var markerName; for (var rows=0; rows < 8; rows++) { markerName=records[rows][3]; if(markerName=="ParishChurch") markerName="Parish-Church" var marker = new google.maps.Marker({ animation: google.maps.Animation.DROP, position: new google.maps.LatLng(records[rows][1],records[rows][2]), map: map, icon: "https://www.catholicdirectory.org/Pictures/map/" + markerName + "-Marker.png", title: records[rows][0] }); var infowindow = new google.maps.InfoWindow(); google.maps.event.addListener(marker, 'click', function() { load_content(map, this, infowindow); }); markers.push(marker); } } function load_content(map,marker,infowindow){ $.ajax({ url: 'mapinfowindow.asp?var1='+marker.title, success: function(data){ infowindow.setContent("
"+data+"
"); infowindow.open(map, marker); } }); } function launchInfoWindow(x) { // window.scroll(0, 0); // markers[x].setMap(map); google.maps.event.trigger(markers[x], "click"); } google.maps.event.addDomListener(window, 'load', initialize); function loadPage(a) { if(document.getElementById("frame_"+a).style.display=="none") { document.getElementById("tab_"+a).className="tab_selected"; document.getElementById("frame_"+a).style.display="block"; for (var i=0;i<3;i++) { if(i!=a) { document.getElementById("tab_"+i).className="tab" document.getElementById("frame_"+i).style.display="none"; } } } } function sendEmail(a,b) { document.getElementById("CCToEmailID").value=a; document.getElementById("CCEmailName").innerText=b; document.getElementById('CCEmailWindow').style.display='block'; } //