strList="

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

St. Bedes Catholic Primary School (1 miles)
Zoom on map | View full information

Austin Friars St Monicas Independent School (2 miles)
Zoom on map | View full information

Our Lady and St Joseph Church (2.3 miles)
Zoom on map | View full information

St Margaret Mary Church (2.3 miles)
Zoom on map | View full information

St. Margaret Marys Catholic Primary School (2.3 miles)
Zoom on map | View full information

Newman School (2.4 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Edmund Church (62113-66157)',54.884317,-2.981914,'ParishChurch'),new Array('St. Bedes Catholic Primary School (37183-35284)',54.890518,-2.960565,'School'),new Array('Austin Friars St Monicas Independent School (37241-35342)',54.907026,-2.95029,'School'),new Array('Our Lady and St Joseph Church (62049-66125)',54.89325050000001,-2.926937100000032,'ParishChurch'),new Array('St Margaret Mary Church (62045-66123)',54.875527,-2.925954,'ParishChurch'),new Array('St. Margaret Marys Catholic Primary School (37184-35285)',54.876646,-2.925356,'School'),new Array('Newman School (37181-35282)',54.896951,-2.924824,'School'),new Array('St Bede Church (62041-66121)',54.911244,-2.940641,'ParishChurch'),new Array('St Augustine Church (62039-66120)',54.911244,-2.940641,'ParishChurch'),new Array('St. Cuthberts Catholic Primary School (37182-35283)',54.893638,-2.904073,'School'),new Array('Christ the King Church (62043-66122)',54.878534,-2.900134,'ParishChurch'),new Array('Our Lady and St Wilfrid Church (62037-66125)',54.9035003,-2.81867520000003,'Church'),new Array('St. Cuthberts Catholic Primary , Wigton School (37186-35287)',54.827279,-3.15523,'School'),new Array('St Cuthbert Church (62193-66197)',54.827293,-3.155728,'ParishChurch'),new Array('Our Lady of Good Counsel Church (62209-66205)',55.008098,-2.968675,'ParishChurch'),new Array('St Columba`s (66075-70974)',54.989985,-3.244879,'School'),new Array('The Assumption Church (62205-66203)',54.868417,-3.386639,'ParishChurch'),new Array('St. Catherines Catholic Primary , Penrith School (37185-35286)',54.6681,-2.756533,'School'),new Array('St Catherine Virgin and Martyr Church (62115-66158)',54.6681,-2.756533,'ParishChurch'),new Array('Our Lady of the Lakes and St Charles Church (62089-66145)',54.60551,-3.145906,'ParishChurch'),new Array('St. Wilfrid Church (47064-54254)',54.969489,-2.461881,'ParishChurch'),new Array('St Joseph Church (62187-66194)',54.663528,-3.369649,'ParishChurch'),new Array('St. Josephs Catholic Primary , Cockermouth School (37238-35339)',54.659529,-3.369576,'School'),new Array('St Wulstan Church (62233-66217)',54.8128,-2.440688,'ParishChurch'),new Array('Our Lady and St Patrick Church (62103-66152)',54.716287,-3.497797,'ParishChurch'),new Array('Our Lady and St. Patricks Catholic Primary , Maryport School (37240-35341)',54.707104,-3.492522,'School'),new Array('Depuis Convent (70977-74276)',54.64882979999999,-3.51912070000003,'Other'),new Array('St Andrew`s (66182-71081)',55.062715,-3.597333,'School'),new Array('St Joseph`s College (66367-71266)',55.063232,-3.600438,'School'),new Array('St Patrick`s Catholic Primary School (38862-36968)',54.646348,-3.551078,'School'),new Array('St. Patricks Catholic Primary School (37236-35337)',54.646021,-3.549283,'School'),new Array('St. Josephs Catholic High Business Enterprise College School (37235-35336)',54.639675,-3.544424,'School'),new Array('Our Lady Star of the Sea and St Michael Church (62179-66190)',54.638878,-3.543511,'ParishChurch'),new Array('St. Gregorys Catholic Primary School (37237-35338)',54.630519,-3.549143,'School'),new Array('St Gregory Church (62183-66192)',54.630519,-3.549143,'ParishChurch'),new Array('Our Lady of Appleby Church (62007-66104)',54.579338,-2.486881,'ParishChurch'),new Array('St Teresa`s (66073-70972)',55.078496,-3.628587,'School'),new Array('Our Lady of the Wayside Church (62075-66138)',54.465308,-3.017212,'ParishChurch'),new Array('Harrington St. Marys Catholic Primary , Harrington School (37239-35340)',54.618559,-3.559391,'School'),new Array('St. John Of Beverley Church (47080-54264)',54.975656,-2.249184,'ParishChurch'),new Array('St Mary Church (62079-66140)',54.613283,-3.564268,'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'; } //