strList="

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

SS Peter and Paul Church (0.4 miles)
Zoom on map | View full information

St. Bernards Catholic Primary School (0.4 miles)
Zoom on map | View full information

Sacred Heart Church (1 miles)
Zoom on map | View full information

Carmelite Convent (1.1 miles)
Zoom on map | View full information

Holy Family Catholic Primary School (1.2 miles)
Zoom on map | View full information

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

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Edmund Campion Church (62143-66172)',53.764709,-2.757335,'ParishChurch'),new Array('SS Peter and Paul Church (65012-70823)',53.770629,-2.757867,'Church'),new Array('St. Bernards Catholic Primary School (37227-35328)',53.766048,-2.765976,'School'),new Array('Sacred Heart Church (62133-66167)',53.767271,-2.732713,'ParishChurch'),new Array('Carmelite Convent (65010-70821)',53.777992,-2.744661,'Other'),new Array('Holy Family Catholic Primary School (37224-35325)',53.780813,-2.744984,'School'),new Array('Holy Family Church (62085-66143)',53.780813,-2.744984,'ParishChurch'),new Array('Sacred Heart Catholic Primary School (37223-35324)',53.765926,-2.726333,'School'),new Array('St Teresa (52841-57707)',53.750843,-2.733762,'ParishChurch'),new Array('St Teresa`s Catholic Primary School (37570-35674)',53.747952,-2.73911,'School'),new Array('St Andrew and Blessed George Church (62081-66141)',53.786298,-2.763204,'ParishChurch'),new Array('St Andrew`s Parish Church Church (62217-66209)',53.786298,-2.763204,'ParishChurch'),new Array('Lea St. Marys, Lea Town School (37221-35322)',53.772652,-2.792483,'School'),new Array('St Mary Church (62197-66199)',53.772652,-2.792483,'ParishChurch'),new Array('St Anthony of Padua Church (62139-66170)',53.778432,-2.725806,'ParishChurch'),new Array('St. Anthonys Catholic Primary School (37226-35327)',53.780142,-2.725426,'School'),new Array('Our Ladys Catholic High School (37216-35317)',53.780142,-2.725426,'School'),new Array('Shrine of St Walburge (62135-66168)',53.763274,-2.715866,'ParishChurch'),new Array('All Hallows Catholic High School (37638-35742)',53.739516,-2.741403,'School'),new Array('English Martyrs Catholic Primary School (37215-35316)',53.766579,-2.705788,'School'),new Array('St Thomas of Canterbury and English Martyrs School (66052-70952)',53.766579,-2.705788,'School'),new Array('St Mary Magdalen (52837-57707)',53.755233,-2.707431,'ParishChurch'),new Array('English Martyrs Church (66541-71449)',53.77013600000001,-2.704634199999987,'ParishChurch'),new Array('St Thomas of Canterbury and the English Martyrs Church (62149-66175)',53.770136,-2.704634,'ParishChurch'),new Array('St Pius X Independent Preparatory School (37242-35343)',53.78289,-2.710736,'School'),new Array('St Wilfrid Church (62123-66162)',53.755731,-2.702543,'ParishChurch'),new Array('St Mary Magdalen RC Primary School (37550-35654)',53.744456,-2.709238,'School'),new Array('St. Ignatius Catholic Primary School (37208-35309)',53.763898,-2.697006,'School'),new Array('Corpus Christi Catholic Sports College School (37206-35307)',53.786077,-2.70689,'School'),new Array('Cathedral Church of St Alphonsa (St Ignatius) (62225-66213)',53.763898,-2.697006,'ParishChurch'),new Array('Our Lady and St Edward Church (62069-66135)',53.79492,-2.716162,'ParishChurch'),new Array('St. Augustines Catholic Primary School (37207-35308)',53.756198,-2.691767,'School'),new Array('St Mary Church (62071-66136)',53.79492,-2.716162,'ParishChurch'),new Array('St Augustine of Canterbury Church (62131-66166)',53.756198,-2.691767,'ParishChurch'),new Array('St Oswald`s Catholic Primary School (37549-35653)',53.72641,-2.778336,'School'),new Array('St Oswald (52835-57706)',53.72641,-2.778336,'ParishChurch'),new Array('Retreat House (65013-74964)',53.788111,-2.700306,'Other'),new Array('Our Lady and St. Edwards Catholic Primary School (37225-35326)',53.797356,-2.717555,'School'),new Array('Cardinal Newman College School (39096-37202)',53.757105,-2.688869,'School'),new Array('Retreat House (65013-70825)',53.788111,-2.700306,'Other'),new Array('St. Clares Catholic Primary School (37212-35313)',53.791711,-2.702476,'School'),new Array('Christ The King Catholic High School (38867-36973)',53.751436,-2.688367,'School'),new Array('St. Gregorys Catholic Primary School (37213-35314)',53.774153,-2.686144,'School'),new Array('St Gregory the Great Church (62127-66164)',53.774153,-2.686144,'ParishChurch'),new Array('St Joseph`s Church (62153-71449)',53.7643247,-2.679021000000034,'ParishChurch'),new Array('St. Josephs Catholic Primary School (37209-35310)',53.7643496,-2.677792599999975,'School'),new Array('St Clare Church (62129-66165)',53.78834,-2.683931,'ParishChurch'),new Array('Little Sisters of the Poor Rest Home (65011-70822)',53.78834,-2.683931,'Other'),new Array('St Robert of Newminster Church (62141-66171)',53.811663,-2.79905,'ParishChurch'),new Array('Our Lady And St Gerard School (38078-36182)',53.727681,-2.692029,'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'; } //