strList="

Our Lady Of Compassion Church (0 miles)
Zoom on map | View full information

St Edward`s (0 miles)
Zoom on map | View full information

St Bonaventure`s Comprehensive School (0.6 miles)
Zoom on map | View full information

St Antony Of Padua Church (0.6 miles)
Zoom on map | View full information

St Angela`s Ursuline Rc School (0.7 miles)
Zoom on map | View full information

St Antony`s RC Primary School (0.8 miles)
Zoom on map | View full information

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

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Our Lady Of Compassion Church (39430-37470)',51.53285,0.037228,'ParishChurch'),new Array('St Edward`s (36560-34659)',51.53285,0.037228,'School'),new Array('St Bonaventure`s Comprehensive School (36561-34660)',51.538638,0.02546,'School'),new Array('St Antony Of Padua Church (39300-37388)',51.539183,0.026205,'ParishChurch'),new Array('St Angela`s Ursuline Rc School (38821-36927)',51.5421,0.029652,'School'),new Array('St Antony`s RC Primary School (38820-36926)',51.540942,0.024322,'School'),new Array('St Michael`s Catholic Primary School (39123-37229)',51.530275,0.057976,'School'),new Array('St Michael Church (39292-37382)',51.529616,0.0576,'ParishChurch'),new Array('St Helen`s (36554-34653)',51.523711,0.018657,'School'),new Array('Durning Hall Community Centre (39454-37493)',51.548681,0.023497,'ParishChurch'),new Array('St Angela`s Ursuline Convent School (36562-34661)',51.551809,0.029373,'School'),new Array('St Winefride`s (36558-34657)',51.54855,0.057921,'School'),new Array('St Mark`s Church And Community Centre (39224-37329)',51.515546,0.056418,'ParishChurch'),new Array('St Joachim`s (36555-34654)',51.511764,0.030854,'School'),new Array('St Michael`s (36556-34655)',51.520247,0.064571,'School'),new Array('St Stephen Church (39374-37437)',51.5498985,0.059452800000031,'ParishChurch'),new Array('St Anne Church (39276-37371)',51.511059,0.029526,'ParishChurch'),new Array('St Nicholas Church (39376-37438)',51.5537883,0.045289799999978,'ParishChurch'),new Array('St Francis (36559-34658)',51.547479,0.007074,'School'),new Array('St Joseph`s (36537-34636)',51.534481,0.077011,'School'),new Array('St Margaret And All Saints Church (39240-37339)',51.516464,0.00914,'ParishChurch'),new Array('St Francis Of Assisi Church (39418-37461)',51.544154,0.002745,'ParishChurch'),new Array('St Mary And St Ethelburga Church (39214-37323)',51.538938,0.078743,'ParishChurch'),new Array('St Mary And St Erconwald Church (39352-37424)',51.553311,0.073527,'ParishChurch'),new Array('St Mary And St Edward With St John Church (39396-37450)',51.502229,0.052735,'ParishChurch'),new Array('Holy Trinity and St Augustine Church (39464-37498)',51.557446,0.003762,'ParishChurch'),new Array('St Agnes Catholic Primary School (38442-36546)',51.527521,-0.018673,'School'),new Array('Our Lady And St Catherine Of Siena Church (40472-38026)',51.52854,-0.018845,'ParishChurch'),new Array('St John The Baptist Church (39350-37423)',51.566371,0.05444,'ParishChurch'),new Array('Ilford Ursuline Preparatory School (36565-34664)',51.563449,0.069241,'School'),new Array('Ilford Ursuline High School (36572-34671)',51.56257,0.070125,'School'),new Array('The Holy Name And Our Lady Of The Sacred Heart Church (40474-38027)',51.517539,-0.022926,'ParishChurch'),new Array('Ss Peter And Paul Church (39348-37420)',51.560744,0.083387,'ParishChurch'),new Array('SS Peter and Paul`s (36567-34666)',51.558132,0.087163,'School'),new Array('St Catherine Laboure Church (65143-65636)',51.491428,0.042973,'Church'),new Array('Holy Family Catholic Primary School School (38264-36368)',51.509962,-0.019925,'School'),new Array('St Joseph`s Convent Independent School for Girls (36569-34668)',51.573877,0.022524,'School'),new Array('Our Lady Of Lourdes Church (39438-37477)',51.573877,0.022524,'ParishChurch'),new Array('Ss Mary And Joseph Church (40742-38161)',51.511908,-0.021224,'ParishChurch'),new Array('Our Lady of Lourdes (36568-34667)',51.574658,0.020524,'School'),new Array('Guardian Angels Catholic Primary School School (38260-36364)',51.524627,-0.036934,'School'),new Array('Our Lady`s Catholic Primary School (38293-36397)',51.513358,-0.030443,'School'),new Array('The Guardian Angels Church (40688-38134)',51.524759,-0.036236,'ParishChurch'),new Array('St Joseph Church (39368-37432)',51.565438,-0.014659,'ParishChurch'),new Array('Canon Palmer Comprehensive School (36571-34670)',51.565299,0.092181,'School'),new Array('St Thomas More Church (39216-37324)',51.550777,0.107223,'ParishChurch'),new Array('St Elizabeth Catholic Primary School (39074-37180)',51.543918,-0.038177,'School'),new Array('St Aidan`s (36566-34665)',51.56673,0.09063,'School'),new Array('St Peter the Apostle Church (61118-65636)',51.488446,0.066924,'ParishChurch'),new Array('Immaculate Heart Of Mary And St Dominic Church (40632-38106)',51.545649,-0.04001,'ParishChurch')); // 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'; } //