strList="
St Mary of the Angels Church (0 miles)
Zoom on map | View full information
Our Lady of Lourdes Church (1.9 miles)
Zoom on map | View full information
Our Lady of Lourdes Catholic Primary , Carnforth School (1.9 miles)
Zoom on map | View full information
St Joseph Church (2.9 miles)
Zoom on map | View full information
The Good Shepherd Church (3 miles)
Zoom on map | View full information
St. Josephs Catholic Primary School (3 miles)
Zoom on map | View full information
St. Marys Catholic Primary , Morecambe School (3.3 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('St Mary of the Angels Church (62053-66127)',54.103296,-2.790899,'ParishChurch'),new Array('Our Lady of Lourdes Church (62051-66126)',54.125695,-2.762819,'ParishChurch'),new Array('Our Lady of Lourdes Catholic Primary , Carnforth School (37198-35299)',54.125218,-2.761494,'School'),new Array('St Joseph Church (62181-66191)',54.061652,-2.800864,'ParishChurch'),new Array('The Good Shepherd Church (70979-74281)',54.0671079,-2.831299899999976,'Church'),new Array('St. Josephs Catholic Primary School (37195-35296)',54.059583,-2.79977,'School'),new Array('St. Marys Catholic Primary , Morecambe School (37196-35297)',54.073452,-2.853235,'School'),new Array('Our Ladys Catholic College School (37192-35293)',54.055255,-2.804498,'School'),new Array('St Mary Church (62107-66154)',54.0747674,-2.859161299999983,'Church'),new Array(' Our Lady Immaculate, Caton (66522-74274)',54.076466,-2.717914,'Church'),new Array('Our Lady Queen of Poland (Polish church) Church (62227-66214)',54.047593,-2.795828,'ParishChurch'),new Array('Diocese of Lancaster (4800-880)',54.047037,-2.790697,'Other'),new Array('Cathedral Catholic Primary School (37193-35294)',54.0465,-2.79121,'School'),new Array('Cathedral Parish of St Peter (62095-66148)',54.0465,-2.79121,'Cathedral'),new Array('St Mary Church (62111-66156)',54.160794,-2.762423,'ParishChurch'),new Array('St Bernadette`s Catholic Primary School (38863-36969)',54.03354,-2.784261,'School'),new Array('St Bernadette Church (62191-66196)',54.03354,-2.784261,'ParishChurch'),new Array('St Patrick`s Church (62109-66155)',54.059256,-2.8874098,'Church'),new Array('St. Patricks Catholic Primary , Heysham School (37197-35298)',54.048429,-2.884537,'School'),new Array('St Mary Church (62083-66142)',54.111142,-2.636281,'ParishChurch'),new Array('St Charles Church (62073-66137)',54.19145,-2.912432,'ParishChurch'),new Array('Boarbank Hall (65015-70827)',54.180472,-2.95353,'Other'),new Array('Ss Thomas and Elizabeth Church (62047-66124)',53.981896,-2.816472,'ParishChurch'),new Array('Milnthorpe and Arnside Church (62105-66153)',54.227687,-2.771141,'ParishChurch'),new Array('St Joseph Church (62097-66149)',54.202242,-2.5956,'ParishChurch'),new Array('St Boniface (63094-66707)',54.119488,-2.508736,'ParishChurch'),new Array('Sts Mary and James Church (62157-66179)',53.932426,-2.75906,'ParishChurch'),new Array('St. Williams Catholic Primary , Pilling School (37190-35291)',53.923169,-2.891053,'School'),new Array('St William of York Church (62117-66159)',53.923169,-2.891053,'ParishChurch'),new Array('St. Marys Catholic Primary , Ulverston School (37168-35269)',54.189875,-3.095985,'School'),new Array('St Mary of Furness Church (62167-66184)',54.193406,-3.094132,'ParishChurch'),new Array('St Mary of Furness Church (62167-66200)',54.193406,-3.094132,'ParishChurch'),new Array('St. Mary and St. Michaels Catholic Primary , Garstang School (37219-35320)',53.898183,-2.768666,'School'),new Array('Castle Lane Community Centre (66051-70951)',53.898183,-2.768666,'School'),new Array('St Mary and St Michael Church (62125-66163)',53.896523,-2.770994,'ParishChurch'),new Array('St. Bernard (66523-71445)',53.927061,-2.98746,'Church'),new Array('Dean Gibson Catholic Primary , Kendal School (37199-35300)',54.316888,-2.748351,'School'),new Array('St Hubert (57159-71457)',53.946948,-2.528731,'ParishChurch'),new Array('Thorneyholme Catholic Primary School (38095-36199)',53.946948,-2.528731,'School'),new Array('St. Marys Catholic Primary School (37188-35289)',53.924502,-3.014171,'School'),new Array('St Mary Church (62061-66131)',53.923,-3.010998,'ParishChurch'),new Array('Holy Trinity and St George Church (62087-66144)',54.32777,-2.744197,'ParishChurch'),new Array('Our Lady of the Rosary, Dalton-in-Furness School (37166-35267)',54.160152,-3.170411,'School'),new Array('Our Lady of the Rosary and St Margaret of Scotland Church (62199-66200)',54.157791,-3.173882,'ParishChurch'),new Array('St Thomas Apostle Church (62055-66128)',53.874979,-2.718868,'ParishChurch'),new Array('St. Marys Catholic Primary , Claughton-on-Brock School (37218-35319)',53.874979,-2.718868,'School'),new Array('St. Wulstans and St. Edmunds Catholic Primary School (37189-35290)',53.918339,-3.03377,'School'),new Array('St Wulstan Church (62065-66133)',53.918339,-3.03377,'ParishChurch'),new Array('St. Bernards Catholic High School School (37160-35261)',54.129605,-3.200203,'School'),new Array('Holy Family Church (62015-66108)',54.123717,-3.206566,'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';
}
//