strList="

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

St Benedict`s School (0.2 miles)
Zoom on map | View full information

St Benedict Junior School School (0.2 miles)
Zoom on map | View full information

Abbey Church Of St Benedict Church (0.4 miles)
Zoom on map | View full information

St Augustine`s Priory School School (0.6 miles)
Zoom on map | View full information

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

St John Fisher Catholic Primary School (0.7 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Gregory`s Catholic Primary Ealing School (38335-36439)',51.5241,-0.307822,'School'),new Array('St Benedict`s School (39081-37187)',51.520918,-0.306686,'School'),new Array('St Benedict Junior School School (38333-36437)',51.520965,-0.309322,'School'),new Array('Abbey Church Of St Benedict Church (40524-38052)',51.519106,-0.309477,'ParishChurch'),new Array('St Augustine`s Priory School School (38338-36442)',51.523823,-0.294916,'School'),new Array('St John Fisher Church (40728-38154)',51.532548,-0.311921,'ParishChurch'),new Array('St John Fisher Catholic Primary School (39080-37186)',51.533255,-0.314172,'School'),new Array('Our Lady Mother Of The Church Church (40736-38158)',51.512849,-0.300875,'ParishChurch'),new Array('St John Fisher Catholic Primary Perivale School (38331-36435)',51.537933,-0.311808,'School'),new Array('The Holy Family Church (40452-38016)',51.520978,-0.283001,'ParishChurch'),new Array('University of West London (71000-74295)',51.5066089,-0.303412299999991,'Other'),new Array('Ss Peter And Paul Church (40708-38144)',51.504903,-0.315435,'ParishChurch'),new Array('Our Lady And St Joseph Church (40578-38079)',51.508615,-0.336755,'ParishChurch'),new Array('St Joseph`s Catholic Primary Hanwell School (38336-36440)',51.510608,-0.337807,'School'),new Array('St Vincent`s Catholic Primary Ealing School (38332-36436)',51.511897,-0.273874,'School'),new Array('Mount Carmel Catholic Primary School School (38272-36376)',51.498057,-0.308383,'School'),new Array('Our Lady Of Visitation Catholic Primary School School (38282-36386)',51.525942,-0.352572,'School'),new Array('Our Lady Of The Visitation Church (40562-38071)',51.525942,-0.352572,'ParishChurch'),new Array('Cardinal Wiseman Catholic School School (38249-36353)',51.525223,-0.352022,'School'),new Array('Our Lady Of Lourdes Church (40448-38014)',51.506165,-0.269336,'ParishChurch'),new Array('St. Joseph`s Catholic Infant Wembley School (38310-36414)',51.551819,-0.287711,'School'),new Array('Our Lady Of Lourdes Catholic Primary Willesden School (38279-36383)',51.540767,-0.265024,'School'),new Array('Gunnersbury Catholic School (38259-36363)',51.492441,-0.316183,'School'),new Array('St Joseph Church (40854-38217)',51.552976,-0.286932,'ParishChurch'),new Array('St Dunstan`s Church (40566-38073)',51.495982,-0.282586,'ParishChurch'),new Array('St. Joseph`s Catholic Junior Wembley School (38309-36413)',51.552386,-0.28655,'School'),new Array('St John The Evangelist Church (40476-38028)',51.489956,-0.31093,'ParishChurch'),new Array('The Five Precious Wounds Church (40802-38191)',51.542259,-0.259545,'ParishChurch'),new Array('Our Lady and St. John`s Catholic Primary School (38289-36393)',51.489956,-0.31093,'School'),new Array('St George Church (40806-38193)',51.558983,-0.325527,'ParishChurch'),new Array('St Aidan Of Lindisfarne Church (40450-38015)',51.51465,-0.249673,'ParishChurch'),new Array('Our Lady Of Willesden Church (40872-38226)',51.537482,-0.250297,'ParishChurch'),new Array('St Patrick`s Church (40702-38141)',51.553044,-0.262148,'ParishChurch'),new Array('Convent Of Jesus and Mary Language College School (38247-36351)',51.538335,-0.246616,'School'),new Array('St. Joseph`s Catholic Primary Willesden School (38308-36412)',51.544244,-0.250932,'School'),new Array('St George`s Catholic Primary School (38366-36470)',51.562265,-0.331812,'School'),new Array('Our Lady Of Grace And St Edward Church (40498-38039)',51.492224,-0.261869,'ParishChurch'),new Array('Good Shepherd Catholic Primary School School (38257-36361)',51.502861,-0.245499,'School'),new Array('Our Lady of Loreto and St Winefride Church (61092-65623)',51.479632,-0.284857,'ParishChurch'),new Array('St Erconwald Church (40858-38219)',51.569757,-0.293155,'ParishChurch'),new Array('St Mary`s Catholic Primary School (38416-36520)',51.488932,-0.258191,'School'),new Array('St Dominic`s Sixth Form College School (38372-36476)',51.566369,-0.341589,'School'),new Array('The Holy Ghost And St Stephen Church (40764-38172)',51.500498,-0.240821,'ParishChurch'),new Array('St Margaret Clitherow Catholic Primary Neasden School (38311-36415)',51.561766,-0.260907,'School'),new Array('St Gabriel`s Church (40590-38085)',51.560595,-0.358764,'ParishChurch'),new Array('St. Anselm`s Catholic Primary Southall School (38334-36438)',51.503043,-0.379996,'School'),new Array('Pope John Catholic Primary School School (38294-36398)',51.512374,-0.232236,'School'),new Array('Church Of Our Lady Of Fatima Church (40868-38224)',51.512374,-0.232236,'ParishChurch'),new Array('St Andrew Bobola Church (40734-38157)',51.50132,-0.237476,'ParishChurch'),new Array('English Martyrs Church (40856-38218)',51.5651,-0.265007,'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'; } //