strList="

St Edmund Of Canterbury Church (0 miles)
Zoom on map | View full information

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

St Thomas More Church (1.3 miles)
Zoom on map | View full information

St Stephen`s Church Church (1.8 miles)
Zoom on map | View full information

Loyola Preparatory School (1.8 miles)
Zoom on map | View full information

St John`s RC Special School (2.7 miles)
Zoom on map | View full information

St Mary`s (2.7 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Edmund Of Canterbury Church (39370-37434)',51.648837,0.060378,'ParishChurch'),new Array('St John Fisher (36501-34600)',51.654437,0.084992,'School'),new Array('St Thomas More Church (39286-37379)',51.654378,0.08979,'ParishChurch'),new Array('St Stephen`s Church Church (39236-37337)',51.62494,0.046711,'ParishChurch'),new Array('Loyola Preparatory School (36497-34596)',51.627325,0.036791,'School'),new Array('St John`s RC Special School (38831-36937)',51.609207,0.064476,'School'),new Array('St Mary`s (36574-34673)',51.631162,0.003483,'School'),new Array('St Antony`s (36570-34669)',51.616169,0.024071,'School'),new Array('St Thomas Of Canterbury Church (39448-37488)',51.616091,0.024963,'ParishChurch'),new Array('Trinity Catholic High School (36573-34672)',51.616662,0.021074,'School'),new Array('St John`s School (36503-34602)',51.608495,0.064025,'School'),new Array('Our Lady Of Grace And St Teresa Of Avila Church (39256-37354)',51.62841,0.004055,'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 Thomas More And St Edward Church (39432-37471)',51.686271,0.006465,'ParishChurch'),new Array('St Anne Line Church (39402-37453)',51.5943932,0.018935599999963,'ParishChurch'),new Array('St John Vianney Church (39262-37362)',51.587863,0.056001,'ParishChurch'),new Array('St. Mary`s Catholic Primary Enfield School (38342-36446)',51.648248,-0.04017,'School'),new Array('Church Of Mary Mother Of God Church (40740-38160)',51.647539,-0.039766,'ParishChurch'),new Array('The Immaculate Conception Church (39298-37387)',51.70328,0.115923,'ParishChurch'),new Array('St Augustine Of Canterbury Church (39218-37325)',51.580875,0.074421,'ParishChurch'),new Array('Christ The King Church (39258-37356)',51.60182,-0.017216,'ParishChurch'),new Array('St Augustine`s (36563-34662)',51.580598,0.074336,'School'),new Array('St Joseph`s Catholic Primary School (38379-36483)',51.691528,-0.02784,'School'),new Array('Our Lady Of The Immaculate Conception And St Joseph Church (40834-38207)',51.689148,-0.032848,'ParishChurch'),new Array('St Mary`s Junior School (36577-34676)',51.589265,-0.007528,'School'),new Array('Walthamstow House Site (36581-34680)',51.5892647,-0.007527900000014,'School'),new Array('St Teresas Catholic Church (39378-37440)',51.577506,0.099049,'ParishChurch'),new Array('St Edmund`s Catholic Primary Enfield School (38340-36444)',51.629099,-0.055646,'School'),new Array('The Most Precious Blood And St Edmund Church (40530-38055)',51.629007,-0.056575,'ParishChurch'),new Array('St Ignatius College School (38345-36449)',51.672939,-0.055751,'School'),new Array('Wiseman House Site (70989-34680)',51.58607840000001,-0.008418000000006,'Other'),new Array('Whipps Cross University Hospital Chapel (65134-37472)',51.578831,0.002638,'Other'),new Array('Our Lady of Lourdes (36568-34667)',51.574658,0.020524,'School'),new Array('St Joseph`s Convent Independent School for Girls (36569-34668)',51.573877,0.022524,'School'),new Array('St Helen`s Infant School (36578-34677)',51.581963,-0.006476,'School'),new Array('Our Lady And St George Church (39434-37472)',51.581963,-0.006476,'ParishChurch'),new Array('Our Lady Of Lourdes Church (39438-37477)',51.573877,0.022524,'ParishChurch'),new Array('Corpus Christi Church (39274-37370)',51.59704,0.158918,'ParishChurch'),new Array('St Patrick`s (36543-34642)',51.59704,0.158918,'School'),new Array('St John The Baptist Church (39350-37423)',51.566371,0.05444,'ParishChurch'),new Array('St Bede`s (36564-34663)',51.576862,0.126802,'School'),new Array('St Aidan`s (36566-34665)',51.56673,0.09063,'School'),new Array('St Bede Church (39244-37345)',51.575561,0.125673,'ParishChurch'),new Array('Ilford Ursuline Preparatory School (36565-34664)',51.563449,0.069241,'School'),new Array('Canon Palmer Comprehensive School (36571-34670)',51.565299,0.092181,'School'),new Array('St Paul`s Church (40880-38230)',51.707471,-0.0412,'ParishChurch'),new Array('St Cedd Church (39306-37396)',51.567606,0.106529,'ParishChurch'),new Array('Ilford Ursuline High School (36572-34671)',51.56257,0.070125,'School'),new Array('St. George`s Catholic Primary Enfield School (38341-36445)',51.659886,-0.081178,'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'; } //