strList="

St Teresa of the Child Jesus Church (0 miles)
Zoom on map | View full information

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

Sts Peter and Paul Church (1 miles)
Zoom on map | View full information

St Peter`s & St Paul`s RC Primary School (1 miles)
Zoom on map | View full information

Holy Family Church (1.4 miles)
Zoom on map | View full information

St Thomas Of Canterbury Catholic Primary School (1.5 miles)
Zoom on map | View full information

Holy Cross Church (1.6 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Teresa of the Child Jesus Church (61252-65705)',51.388774,-0.181826,'ParishChurch'),new Array('St Teresa`s Catholic Primary School (38550-36654)',51.389698,-0.181689,'School'),new Array('Sts Peter and Paul Church (61186-65671)',51.398471,-0.164104,'ParishChurch'),new Array('St Peter`s and St Paul`s RC Primary School (39063-37169)',51.399951,-0.166777,'School'),new Array('Holy Family Church (61070-65612)',51.371036,-0.196077,'ParishChurch'),new Array('St Thomas Of Canterbury Catholic Primary School (39066-37172)',51.404321,-0.159284,'School'),new Array('Holy Cross Church (61254-65706)',51.36857,-0.164697,'ParishChurch'),new Array('Aid to the Church in Need (4134-74875)',51.3664776,-0.192621899999949,'Other'),new Array('St Mary`s Catholic Infant School (38575-36679)',51.366463,-0.167353,'School'),new Array('Our Lady of the Rosary Church (61072-65613)',51.363511,-0.183373,'ParishChurch'),new Array('St John Fisher Church (61170-65663)',51.400257,-0.217484,'ParishChurch'),new Array('St Philomena`s Catholic High For Girls School (38580-36684)',51.364288,-0.169753,'School'),new Array('St Mary`s Catholic Junior School (38578-36682)',51.364064,-0.170954,'School'),new Array('St Cecilia`s Catholic Primary School (38577-36681)',51.376903,-0.222185,'School'),new Array('St John Fisher RC Primary School (39065-37171)',51.39664,-0.228004,'School'),new Array('St Joseph Church (61162-65659)',51.419448,-0.175475,'ParishChurch'),new Array('St Cecilia Church (61076-65615)',51.370409,-0.219304,'ParishChurch'),new Array('St Michael Church (61184-65670)',51.399376,-0.134281,'ParishChurch'),new Array('St Mary`s Primary School (38551-36655)',51.417598,-0.200616,'School'),new Array('St Winefride Church (61160-65658)',51.419766,-0.191916,'ParishChurch'),new Array('Our Lady of the Assumption Church (61148-65651)',51.418326,-0.151487,'ParishChurch'),new Array('Ursuline High School (38552-36656)',51.41406,-0.222757,'School'),new Array('St Matthias Church (61232-65695)',51.374894,-0.235036,'ParishChurch'),new Array('St Boniface Church (61150-65652)',51.424019,-0.162376,'ParishChurch'),new Array('Ursuline Convent Preparatory School (38554-36658)',51.416222,-0.221854,'School'),new Array('St Elphege Church (61258-65708)',51.358956,-0.143479,'ParishChurch'),new Array('Sacred Heart Catholic Primary School (39064-37170)',51.400528,-0.24016,'School'),new Array('St Margaret Church (61256-65707)',51.353275,-0.163643,'ParishChurch'),new Array('The Sacred Heart Church (61164-65660)',51.417745,-0.220256,'ParishChurch'),new Array('St Christopher Church (61074-65614)',51.357838,-0.214449,'ParishChurch'),new Array('Sacred Heart School Mass Centre (65149-65660)',51.400528,-0.24016,'School'),new Array('Wimbledon College Preparatory School (38555-36659)',51.41842,-0.223279,'School'),new Array('Wimbledon College School (38553-36657)',51.419238,-0.221507,'School'),new Array('St Boniface Catholic Primary School (38586-36690)',51.427362,-0.164587,'School'),new Array('St Bartholomew Church (61142-65648)',51.414995,-0.126915,'ParishChurch'),new Array('St Elphege`s Catholic Infants School (38576-36680)',51.356119,-0.127953,'School'),new Array('Christ the King Church (61168-65662)',51.434455,-0.19745,'ParishChurch'),new Array('St Elphege`s Catholic Junior School (38579-36683)',51.356119,-0.127953,'School'),new Array('Sringfield Psychiatric Hospital Chapel (65135-65650)',51.436026,-0.167664,'Other'),new Array('St Anselm`s Catholic Primary School (38587-36691)',51.435697,-0.157577,'School'),new Array('The English Martyrs Church (61144-65649)',51.428434,-0.132249,'ParishChurch'),new Array('St Joseph Church (61230-65694)',51.400615,-0.261664,'ParishChurch'),new Array('St Andrew Church (61193-65675)',51.398637,-0.103431,'ParishChurch'),new Array('St James The Great Catholic Primary And Nursery School (38496-36600)',51.406255,-0.105704,'School'),new Array('St Andrew`s Catholic Primary School (38531-36635)',51.424306,-0.125455,'School'),new Array('The Holy Cross Catholic Convent For Girls School (38524-36628)',51.397976,-0.26139,'School'),new Array('Our Lady of Reparation (St Mary`s) Church (61002-65578)',51.380424,-0.099341,'ParishChurch'),new Array('Richard Challoner Catholic Secondary For Boys School (38523-36627)',51.385144,-0.264406,'School'),new Array('The John Fisher Catholic Boys School (38581-36685)',51.345493,-0.133857,'School'),new Array('St Dominic Church (61004-65579)',51.360366,-0.107972,'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'; } //