strList="

Holy Spirit (0 miles)
Zoom on map | View full information

Holy Spirit School (0.1 miles)
Zoom on map | View full information

St. Joseph School (1.1 miles)
Zoom on map | View full information

St. Mary School (1.3 miles)
Zoom on map | View full information

St Mary (1.3 miles)
Zoom on map | View full information

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

St John Fisher Catholic Voluntary Academy (1.4 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Holy Spirit (62997-66652)',53.709024,-1.670794,'ParishChurch'),new Array('Holy Spirit School (38649-36753)',53.707819,-1.671858,'School'),new Array('St. Joseph School (38695-36799)',53.700548,-1.646847,'School'),new Array('St. Mary School (38710-36814)',53.716758,-1.642378,'School'),new Array('St Mary (63167-66749)',53.716954,-1.641664,'ParishChurch'),new Array('St Joseph (63123-66724)',53.700473,-1.639895,'ParishChurch'),new Array('St John Fisher Catholic Voluntary Academy (38680-36784)',53.694943,-1.645031,'School'),new Array('St Patrick (63174-66749)',53.732042,-1.66544,'ParishChurch'),new Array('St. Paulinus School (38721-36825)',53.685362,-1.645324,'School'),new Array('St Paulinus (63015-66663)',53.687397,-1.643278,'ParishChurch'),new Array('Our Lady of Unfailing Help and St Paul of the Cross (63046-66680)',53.722047,-1.710346,'ParishChurch'),new Array('St. Patrick School (38718-36822)',53.737487,-1.668126,'School'),new Array('St Aidan (63080-66698)',53.675553,-1.692772,'ParishChurch'),new Array('Address: Highcliffe Road School (38676-36780)',53.745253,-1.608641,'School'),new Array('St Francis (63112-66717)',53.743891,-1.604348,'ParishChurch'),new Array('St Joseph (63129-66727)',53.703374,-1.780033,'ParishChurch'),new Array('St Joseph (63147-66644)',53.653934,-1.732869,'Church'),new Array(' St. Columba`s Presbytery (66503-66664)',53.773702,-1.701036,'Other'),new Array('St Joseph (63147-66737)',53.653934,-1.732869,'Church'),new Array('St Columba (63100-66710)',53.771509,-1.717972,'ParishChurch'),new Array('St. Columba School (38673-36777)',53.771509,-1.717972,'School'),new Array('Our Lady of Lourdes (63039-66676)',53.670064,-1.766024,'Church'),new Array('Our Lady of Lourdes (63039-71428)',53.670064,-1.766024,'Church'),new Array('All Saints Catholic College (38636-36740)',53.678399,-1.772124,'School'),new Array('St. Ignatius School (38679-36783)',53.66884,-1.575612,'School'),new Array('Address: Bradley Boulevard Sheepridge School (38656-36760)',53.671266,-1.769287,'School'),new Array('St Ignatius (63103-66712)',53.66884,-1.575612,'ParishChurch'),new Array('St. Joseph School (38693-36797)',53.715006,-1.795882,'School'),new Array('St. Joseph School (38694-36798)',53.647126,-1.748149,'School'),new Array('English Martyrs (62983-66644)',53.646914,-1.749814,'ParishChurch'),new Array('St. Winefride School (38732-36836)',53.762048,-1.775267,'School'),new Array('St Winefride (63104-66713)',53.76308,-1.778872,'ParishChurch'),new Array('St. Philip School (38722-36826)',53.750197,-1.547542,'School'),new Array('St Philip (63189-66761)',53.749403,-1.546641,'ParishChurch'),new Array('Syro Malabar Chaplaincy (63203-66768)',53.784404,-1.608292,'ParishChurch'),new Array('English Martyrs School (38642-36746)',53.678032,-1.531239,'School'),new Array('English Martyrs (62984-66714)',53.67771,-1.531773,'Church'),new Array('English Martyrs (62984-66645)',53.67771,-1.531773,'Church'),new Array('St. Anthony School (38664-36768)',53.771506,-1.563897,'School'),new Array('St Anthony of Padua (63087-66702)',53.772354,-1.564905,'ParishChurch'),new Array('St Joseph (63127-66726)',53.782457,-1.759663,'ParishChurch'),new Array('Our Lady of Czestochowa (63026-66669)',53.650191,-1.784984,'ParishChurch'),new Array('St. Joseph School (38687-36791)',53.79945,-1.658391,'School'),new Array('St. Joseph School (38689-36793)',53.78349,-1.759339,'School'),new Array('St Joseph (63141-66734)',53.79945,-1.658391,'ParishChurch'),new Array('St. Patrick`s Catholic Primary School (38719-36823)',53.657208,-1.799081,'School'),new Array('Our Lady of Czestochowa (63024-66668)',53.789772,-1.759272,'ParishChurch'),new Array('St John the Evangelist (63119-66722)',53.763443,-1.807055,'Church'),new Array('St John the Evangelist (63119-66713)',53.763443,-1.807055,'Church'),new Array('St. John The Evangelist School (38683-36787)',53.77084,-1.801468,'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'; } //