strList="

SS Peter & Paul`s (0 miles)
Zoom on map | View full information

Ss Peter And Paul Church (0.2 miles)
Zoom on map | View full information

Canon Palmer Comprehensive School (0.5 miles)
Zoom on map | View full information

St Aidan`s (0.6 miles)
Zoom on map | View full information

St Mary And St Erconwald Church (0.7 miles)
Zoom on map | View full information

Ilford Ursuline High School (0.8 miles)
Zoom on map | View full information

Ilford Ursuline Preparatory School (0.9 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('SS Peter and Paul`s (36567-34666)',51.558132,0.087163,'School'),new Array('Ss Peter And Paul Church (39348-37420)',51.560744,0.083387,'ParishChurch'),new Array('Canon Palmer Comprehensive School (36571-34670)',51.565299,0.092181,'School'),new Array('St Aidan`s (36566-34665)',51.56673,0.09063,'School'),new Array('St Mary And St Erconwald Church (39352-37424)',51.553311,0.073527,'ParishChurch'),new Array('Ilford Ursuline High School (36572-34671)',51.56257,0.070125,'School'),new Array('Ilford Ursuline Preparatory School (36565-34664)',51.563449,0.069241,'School'),new Array('St Thomas More Church (39216-37324)',51.550777,0.107223,'ParishChurch'),new Array('St Cedd Church (39306-37396)',51.567606,0.106529,'ParishChurch'),new Array('St Stephen Church (39374-37437)',51.5498985,0.059452800000031,'ParishChurch'),new Array('St Teresas Catholic Church (39378-37440)',51.577506,0.099049,'ParishChurch'),new Array('St Winefride`s (36558-34657)',51.54855,0.057921,'School'),new Array('St Mary And St Ethelburga Church (39214-37323)',51.538938,0.078743,'ParishChurch'),new Array('St Vincent`s (36538-34637)',51.559852,0.122589,'School'),new Array('St Vincent Church (39226-37330)',51.559707,0.121183,'ParishChurch'),new Array('St John The Baptist Church (39350-37423)',51.566371,0.05444,'ParishChurch'),new Array('St Augustine`s (36563-34662)',51.580598,0.074336,'School'),new Array('St Joseph`s (36537-34636)',51.534481,0.077011,'School'),new Array('The St Teresa (36539-34638)',51.55071,0.124356,'School'),new Array('St Augustine Of Canterbury Church (39218-37325)',51.580875,0.074421,'ParishChurch'),new Array('St Nicholas Church (39376-37438)',51.5537883,0.045289799999978,'ParishChurch'),new Array('St Bede Church (39244-37345)',51.575561,0.125673,'ParishChurch'),new Array('St Anne Church (39282-37377)',51.538529,0.125158,'ParishChurch'),new Array('St Bede`s (36564-34663)',51.576862,0.126802,'School'),new Array('St Michael Church (39292-37382)',51.529616,0.0576,'ParishChurch'),new Array('St Michael`s Catholic Primary School (39123-37229)',51.530275,0.057976,'School'),new Array('St Angela`s Ursuline Convent School (36562-34661)',51.551809,0.029373,'School'),new Array('St John Vianney Church (39262-37362)',51.587863,0.056001,'ParishChurch'),new Array('Holy Family Church (39280-37375)',51.550889,0.144198,'ParishChurch'),new Array('St Joseph`s (36540-34639)',51.552369,0.143907,'School'),new Array('St Angela`s Ursuline Rc School (38821-36927)',51.5421,0.029652,'School'),new Array('Our Lady Of Compassion Church (39430-37470)',51.53285,0.037228,'ParishChurch'),new Array('All Saints` Comprehensive Technology College (36542-34641)',51.56272,0.15129,'School'),new Array('St Edward`s (36560-34659)',51.53285,0.037228,'School'),new Array('St Michael`s (36556-34655)',51.520247,0.064571,'School'),new Array('Durning Hall Community Centre (39454-37493)',51.548681,0.023497,'ParishChurch'),new Array('St Antony Of Padua Church (39300-37388)',51.539183,0.026205,'ParishChurch'),new Array('St Bonaventure`s Comprehensive School (36561-34660)',51.538638,0.02546,'School'),new Array('St Joseph`s Convent Independent School for Girls (36569-34668)',51.573877,0.022524,'School'),new Array('St Antony`s RC Primary School (38820-36926)',51.540942,0.024322,'School'),new Array('Our Lady Of Lourdes Church (39438-37477)',51.573877,0.022524,'ParishChurch'),new Array('Our Lady of Lourdes (36568-34667)',51.574658,0.020524,'School'),new Array('St Peter Church (39278-37373)',51.532243,0.146897,'ParishChurch'),new Array('St Peter`s (36541-34640)',51.531893,0.144401,'School'),new Array('St Mark`s Church And Community Centre (39224-37329)',51.515546,0.056418,'ParishChurch'),new Array('Chigwell Convent (65133-70845)',51.602117,0.044645,'Other'),new Array('The Assumption Church (39316-37403)',51.60776,0.104416,'ParishChurch'),new Array('St Francis (36559-34658)',51.547479,0.007074,'School'),new Array('St John`s School (36503-34602)',51.608495,0.064025,'School'),new Array('Holy Trinity and St Augustine Church (39464-37498)',51.557446,0.003762,'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'; } //