strList="

St. Vincent`s Catholic Primary Marylebone School (0 miles)
Zoom on map | View full information

St James Church (0 miles)
Zoom on map | View full information

The Holy Family In Exile Church (0.4 miles)
Zoom on map | View full information

St Charles Borromeo Church (0.6 miles)
Zoom on map | View full information

The Immaculate Conception Church (0.6 miles)
Zoom on map | View full information

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

Our Lady Of The Rosary Church (0.6 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St. Vincent`s Catholic Primary Marylebone School (38327-36431)',51.518621,-0.15269,'School'),new Array('St James Church (40774-38177)',51.518018,-0.152671,'ParishChurch'),new Array('The Holy Family In Exile Church (40824-38202)',51.513561,-0.150603,'ParishChurch'),new Array('St Charles Borromeo Church (40714-38147)',51.520058,-0.140077,'ParishChurch'),new Array('The Immaculate Conception Church (40536-38058)',51.509878,-0.14911,'ParishChurch'),new Array('St Edward`s Catholic Primary School School (38328-36432)',51.52333,-0.165704,'School'),new Array('Our Lady Of The Rosary Church (40686-38133)',51.518662,-0.166237,'ParishChurch'),new Array('St Anne Church (40666-38123)',51.525786,-0.142338,'ParishChurch'),new Array('Our Lady Of The Assumption And St Gregory Church (40840-38210)',51.511351,-0.137679,'ParishChurch'),new Array('Maria Fidelis School (39120-37226)',51.527579,-0.136873,'School'),new Array('University Chaplaincy Church (40828-38204)',51.523076,-0.133612,'ParishChurch'),new Array('St Patrick Church (40768-38174)',51.515361,-0.131405,'ParishChurch'),new Array('Our Lady Church (40782-38181)',51.527548,-0.172642,'ParishChurch'),new Array('Notre Dame De France Church (40546-38063)',51.511339,-0.130099,'ParishChurch'),new Array('St Aloysius` Catholic Junior School School (38318-36422)',51.531622,-0.134358,'School'),new Array('St Aloysius` Catholic Infant School School (38317-36421)',51.530605,-0.132078,'School'),new Array('St Aloysius Church (40770-38175)',51.530605,-0.132078,'ParishChurch'),new Array('St. Christina`s School School (38325-36429)',51.535858,-0.16409,'School'),new Array('St Joseph`s Catholic Primary Macklin Street School (38322-36426)',51.516189,-0.121873,'School'),new Array('Corpus Christi Church (40682-38131)',51.510929,-0.122449,'ParishChurch'),new Array('Catholic Education Service School (39110-37216)',51.503109,-0.130618,'School'),new Array('Our Lady Of Hal Church (40488-38034)',51.53802,-0.1437,'ParishChurch'),new Array('St. Joseph`s Catholic Primary Maida Vale School (38324-36428)',51.527418,-0.182234,'School'),new Array('Our Lady Queen Of Heaven Church (40746-38163)',51.512304,-0.187029,'ParishChurch'),new Array('St Anselm And St Cecilia Church (40674-38127)',51.516772,-0.118952,'ParishChurch'),new Array('Cavendish School (38248-36352)',51.53929,-0.145003,'School'),new Array('More House Girls School School (38274-36378)',51.497343,-0.159443,'School'),new Array('Oratory (40718-38149)',51.497469,-0.169825,'ParishChurch'),new Array('Westminster Cathedral Choir School School (38449-36553)',51.496169,-0.139753,'School'),new Array('Our Lady`s Catholic Primary Camden School (38280-36384)',51.539043,-0.136808,'School'),new Array('Westminster Cathedral (4137-23)',51.495076,-0.138861,'Cathedral'),new Array('Our Lady Of Dolours Catholic Primary School School (38281-36385)',51.521489,-0.191306,'School'),new Array('Our Lady Of Sorrows Church (40722-38151)',51.521489,-0.191306,'ParishChurch'),new Array('Vaughan House (324-866)',51.496429,-0.137437,'Other'),new Array('Archdiocese of Westminster (4786-866)',51.495156,-0.1388,'Other'),new Array('St Joseph`s Catholic Primary School (38428-36532)',51.492898,-0.162157,'School'),new Array('St George`s Catholic School School (38330-36434)',51.533026,-0.187792,'School'),new Array('St Mary`s Church (40492-38036)',51.493142,-0.161672,'ParishChurch'),new Array('St. Thomas More Language College Chelsea School (38433-36537)',51.492898,-0.162157,'School'),new Array('St. Mary Of Angels Catholic Primary School School (38326-36430)',51.518437,-0.197509,'School'),new Array('Bishops` Conference of England and Wales (6983-6473)',51.491033,-0.144817,'Other'),new Array('St Mary Of The Angels Church (40460-38020)',51.516481,-0.197803,'ParishChurch'),new Array('St Peter Church (40642-38111)',51.522279,-0.109715,'ParishChurch'),new Array('St Vincent De Paul Catholic Primary School School (38329-36433)',51.495342,-0.127325,'School'),new Array('Blessed Sacrament Catholic Primary Islington School (38241-36345)',51.536476,-0.119033,'School'),new Array('Our Lady Of Lebanon Church (40668-38124)',51.54284,-0.175822,'ParishChurch'),new Array(' (71012-74877)',51.4910334,-0.144816600000013,'Other'),new Array('Our Lady Of Mount Carmel And St Simon Stock Church (40650-38115)',51.503837,-0.193114,'ParishChurch'),new Array('The Blessed Sacrament Church (40512-38046)',51.536665,-0.11741,'ParishChurch'),new Array('Immaculate Heart Of Mary Church (40658-38119)',51.530973,-0.195832,'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'; } //