strList="

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

St. Wilfrid Church (10.9 miles)
Zoom on map | View full information

St. John Of Beverley Church (13.6 miles)
Zoom on map | View full information

St Catherine Virgin and Martyr Church (16.1 miles)
Zoom on map | View full information

St. Catherines Catholic Primary , Penrith School (16.1 miles)
Zoom on map | View full information

Our Lady and St Wilfrid Church (16.3 miles)
Zoom on map | View full information

Our Lady of Appleby Church (16.3 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('St Wulstan Church (62233-66217)',54.8128,-2.440688,'ParishChurch'),new Array('St. Wilfrid Church (47064-54254)',54.969489,-2.461881,'ParishChurch'),new Array('St. John Of Beverley Church (47080-54264)',54.975656,-2.249184,'ParishChurch'),new Array('St Catherine Virgin and Martyr Church (62115-66158)',54.6681,-2.756533,'ParishChurch'),new Array('St. Catherines Catholic Primary , Penrith School (37185-35286)',54.6681,-2.756533,'School'),new Array('Our Lady and St Wilfrid Church (62037-66125)',54.9035003,-2.81867520000003,'Church'),new Array('Our Lady of Appleby Church (62007-66104)',54.579338,-2.486881,'ParishChurch'),new Array('St Joseph`s RC Middle School School (37152-35253)',54.968388,-2.116416,'School'),new Array('St. Mary Church (47086-54267)',54.969721,-2.104064,'ParishChurch'),new Array('St Mary`s RC First School School (37153-35254)',54.969441,-2.105829,'School'),new Array('Christ the King Church (62043-66122)',54.878534,-2.900134,'ParishChurch'),new Array('St. Cuthberts Catholic Primary School (37182-35283)',54.893638,-2.904073,'School'),new Array('St. Aidan`s Chapel Church (47116-54283)',54.622566,-2.078658,'ParishChurch'),new Array('St. Margaret Marys Catholic Primary School (37184-35285)',54.876646,-2.925356,'School'),new Array('St Margaret Mary Church (62045-66123)',54.875527,-2.925954,'ParishChurch'),new Array('St. Elizabeth Church (47118-54284)',54.897968,-1.961502,'ParishChurch'),new Array('Our Lady and St Joseph Church (62049-66125)',54.89325050000001,-2.926937100000032,'ParishChurch'),new Array('Newman School (37181-35282)',54.896951,-2.924824,'School'),new Array('St. Andrew`s Parish Church Church (46983-54211)',54.9753,-2.012796,'ParishChurch'),new Array('St Augustine Church (62039-66120)',54.911244,-2.940641,'ParishChurch'),new Array('St Bede Church (62041-66121)',54.911244,-2.940641,'ParishChurch'),new Array('Austin Friars St Monicas Independent School (37241-35342)',54.907026,-2.95029,'School'),new Array('St. Bedes Catholic Primary School (37183-35284)',54.890518,-2.960565,'School'),new Array('St Edmund Church (62113-66157)',54.884317,-2.981914,'ParishChurch'),new Array('St. Thomas Of Canterbury Church (47310-54384)',54.730457,-1.884127,'ParishChurch'),new Array('St. Pius X Church (46981-54210)',54.837603,-1.866866,'ParishChurch'),new Array('St Pius Xth RC Primary School School (37135-35236)',54.845384,-1.85812,'School'),new Array('St Mary`s RC Primary School School (37127-35228)',54.857578,-1.857703,'School'),new Array('Our Lady Of The Rosary Church (47202-54327)',54.870662,-1.857424,'ParishChurch'),new Array('Our Blessed Lady Immaculate Church (46963-54201)',54.860424,-1.848066,'ParishChurch'),new Array('St. Oswald Church (46939-54189)',55.144742,-2.26442,'ParishChurch'),new Array('St. Patrick Church (46979-54209)',54.853711,-1.833855,'ParishChurch'),new Array('St Patrick`s RC Primary School School (37132-35233)',54.855262,-1.831325,'School'),new Array('Our Lady of Good Counsel Church (62209-66205)',55.008098,-2.968675,'ParishChurch'),new Array('St Matthew`s RC First School School (37154-35255)',54.958626,-1.854614,'School'),new Array('Our Lady And St. Cuthbert Church (47186-54319)',54.958626,-1.854614,'ParishChurch'),new Array('St. Josephs Church (47268-54362)',54.7492148,-1.814101700000038,'ParishChurch'),new Array('Blessed John Duckett RC Primary School School (37098-35199)',54.749215,-1.814102,'School'),new Array('Our Lady And St Joseph`s RC Primary School School (37099-35200)',54.860756,-1.797949,'School'),new Array('Our Lady Of Lourdes Church (46977-54208)',54.921367,-1.813778,'ParishChurch'),new Array('Our Blessed Lady And St. Joseph Church (46969-54204)',54.863622,-1.78731,'ParishChurch'),new Array('HMYOI Deerbolt (71105-75150)',54.5440017,-1.9370059,'Other'),new Array('All Saints Church (47106-54278)',54.82524,-1.748755,'ParishChurch'),new Array('All Saints` RC Primary School School (37097-35198)',54.824302,-1.747438,'School'),new Array('St Bede`s RC School And Sixth Form College School (37107-35208)',54.828435,-1.746961,'School'),new Array('St. Joseph Church (47088-54268)',54.922301,-1.771352,'ParishChurch'),new Array('St. Agnes Church (46993-54216)',54.964542,-1.79454,'ParishChurch'),new Array('St. Francis Xavier (46973-54206)',55.035476,-1.854853,'ParishChurch'),new Array('St Agnes` Catholic Primary School School (37003-35104)',54.966784,-1.791811,'School'),new Array('St. Patrick Church (47014-54227)',54.877598,-1.750175,'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'; } //