strList="

St. Joseph`s School (0 miles)
Zoom on map | View full information

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

Triest House (0.1 miles)
Zoom on map | View full information

St. Clement`s School (1.6 miles)
Zoom on map | View full information

St Michael (1.7 miles)
Zoom on map | View full information

St Clement (2.5 miles)
Zoom on map | View full information

St Catherine of Siena Church (2.6 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St. Joseph`s School (33293-33029)',51.329857,-0.273542,'School'),new Array('St Joseph (34805-33704)',51.329562,-0.274228,'ParishChurch'),new Array('Triest House (71081-75068)',51.32933560000001,-0.2720528,'Other'),new Array('St. Clement`s School (33294-33030)',51.350393,-0.256298,'School'),new Array('St Michael (34753-33678)',51.31254,-0.300809,'ParishChurch'),new Array('St Clement (34809-33706)',51.364237,-0.259048,'ParishChurch'),new Array('St Catherine of Siena Church (61236-65697)',51.359779,-0.310811,'ParishChurch'),new Array('St. Peter`s School (33299-33035)',51.302678,-0.317785,'School'),new Array('St Ann (34755-33679)',51.320483,-0.211552,'ParishChurch'),new Array('Our Lady and St Peter (34859-33731)',51.299803,-0.324259,'ParishChurch'),new Array('St. Anne`s School (33282-33018)',51.32052,-0.202222,'School'),new Array('St Christopher Church (61074-65614)',51.357838,-0.214449,'ParishChurch'),new Array('St Matthias Church (61232-65695)',51.374894,-0.235036,'ParishChurch'),new Array('Our Lady Immaculate Church (61234-65696)',51.382459,-0.28362,'ParishChurch'),new Array('Our Lady Immaculate Catholic Primary School (38522-36626)',51.382459,-0.28362,'School'),new Array('St Cecilia Church (61076-65615)',51.370409,-0.219304,'ParishChurch'),new Array('Richard Challoner Catholic Secondary For Boys School (38523-36627)',51.385144,-0.264406,'School'),new Array('St Cecilia`s Catholic Primary School (38577-36681)',51.376903,-0.222185,'School'),new Array('The Holy Name (34807-33705)',51.362942,-0.356115,'ParishChurch'),new Array('Parish Office (71225-33705)',51.36319289999999,-0.3553175,'Other'),new Array('Aid to the Church in Need (4134-74875)',51.3664776,-0.192621899999949,'Other'),new Array('Holy Family Church (61070-65612)',51.371036,-0.196077,'ParishChurch'),new Array('St Johns (34937-33770)',51.273446,-0.221465,'ParishChurch'),new Array('The Holy Spirit (34813-33708)',51.290327,-0.356128,'ParishChurch'),new Array('The Holy Spirit (6243-70927)',51.2902993,-0.3567733,'Church'),new Array('Our Lady of the Rosary Church (61072-65613)',51.363511,-0.183373,'ParishChurch'),new Array('The Holy Cross Catholic Convent For Girls School (38524-36628)',51.397976,-0.26139,'School'),new Array('St Raphael Church (61048-65601)',51.395031,-0.310289,'ParishChurch'),new Array('St Joseph Church (61230-65694)',51.400615,-0.261664,'ParishChurch'),new Array('St Margaret Church (61256-65707)',51.353275,-0.163643,'ParishChurch'),new Array('St John Fisher RC Primary School (39065-37171)',51.39664,-0.228004,'School'),new Array('St Mary`s Catholic Junior School (38578-36682)',51.364064,-0.170954,'School'),new Array('Sacred Heart Catholic Primary School (39064-37170)',51.400528,-0.24016,'School'),new Array('St Philomena`s Catholic High For Girls School (38580-36684)',51.364288,-0.169753,'School'),new Array('Sacred Heart School Mass Centre (65149-65660)',51.400528,-0.24016,'School'),new Array('St Mary`s Catholic Infant School (38575-36679)',51.366463,-0.167353,'School'),new Array('Corpus Christi Catholic Primary School (38520-36624)',51.404401,-0.267774,'School'),new Array('St. Paul`s School (33302-33038)',51.388704,-0.347071,'School'),new Array('Our Lady of Lourdes (34941-33772)',51.388704,-0.347071,'ParishChurch'),new Array('St Aidan Church (61191-65674)',51.318124,-0.15226,'ParishChurch'),new Array('Holy Cross Church (61254-65706)',51.36857,-0.164697,'ParishChurch'),new Array('St Aidan`s Catholic Primary School (38491-36595)',51.314728,-0.151378,'School'),new Array('St John Fisher Church (61170-65663)',51.400257,-0.217484,'ParishChurch'),new Array('St Joseph`s Catholic Primary School (38521-36625)',51.40855,-0.29498,'School'),new Array('St Pius X Church (61050-65602)',51.4089059,-0.273654899999997,'ParishChurch'),new Array('St Teresa`s Catholic Primary School (38550-36654)',51.389698,-0.181689,'School'),new Array('St Teresa of the Child Jesus Church (61252-65705)',51.388774,-0.181826,'ParishChurch'),new Array('St Elphege Church (61258-65708)',51.358956,-0.143479,'ParishChurch'),new Array('All Saints (34843-33723)',51.366174,-0.400575,'ParishChurch'),new Array('All Saints (34843-33741)',51.366174,-0.400575,'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'; } //