strList="
St Agnes (0 miles)
Zoom on map | View full information
St Peter`s & St Paul`s RC Primary School (1.5 miles)
Zoom on map | View full information
St Oswald`s Catholic Primary School (2.5 miles)
Zoom on map | View full information
Euxton St Mary`s RC Primary School (2.6 miles)
Zoom on map | View full information
St Mary (2.6 miles)
Zoom on map | View full information
Chorley St Mary`s Catholic Primary School (2.9 miles)
Zoom on map | View full information
Leyland St Mary`s Catholic Technology College School (3.1 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('St Agnes (52827-57702)',53.64128,-2.719667,'ParishChurch'),new Array('St Peter`s and St Paul`s RC Primary School (37560-35664)',53.625152,-2.745187,'School'),new Array('St Oswald`s Catholic Primary School (37558-35662)',53.619145,-2.672682,'School'),new Array('Euxton St Mary`s RC Primary School (37559-35663)',53.668222,-2.67587,'School'),new Array('St Mary (52831-57704)',53.668222,-2.67587,'ParishChurch'),new Array('Chorley St Mary`s Catholic Primary School (37555-35659)',53.651789,-2.65025,'School'),new Array('Leyland St Mary`s Catholic Technology College School (38897-37003)',53.685505,-2.710231,'School'),new Array('St Joseph`s Catholic Primary School (38895-37001)',53.598564,-2.697483,'School'),new Array('St Anne`s Catholic Primary School (37714-35818)',53.689329,-2.71723,'School'),new Array('St Gregory`s Catholic Primary School (37556-35660)',53.638858,-2.638027,'School'),new Array('St Gregory (52849-57713)',53.641496,-2.633801,'ParishChurch'),new Array('Holy Cross Catholic High School (37639-35743)',53.636243,-2.63289,'School'),new Array('St Mary (52833-57705)',53.692134,-2.704951,'ParishChurch'),new Array('Our Lady and All Saints (52863-57720)',53.592828,-2.765211,'ParishChurch'),new Array('Our Lady and All Saints RC Primary School (37566-35670)',53.591519,-2.766139,'School'),new Array('St Mary`s RC Primary School (38896-37002)',53.696034,-2.698897,'School'),new Array('St Joseph (52869-57723)',53.587652,-2.684229,'ParishChurch'),new Array('Sacred Heart (53019-77189)',53.587652,-2.684229,'ParishChurch'),new Array('Sacred Heart RC Primary School (37553-35657)',53.649299,-2.619833,'School'),new Array('St Joseph (52855-57716)',53.661404,-2.62384,'ParishChurch'),new Array('Sacred Heart (52843-57710)',53.649528,-2.619111,'ParishChurch'),new Array('St Joseph`s Parish Centre (72496-57716)',53.6614201,-2.6238367,'Other'),new Array('Our Lady of the Annunciation (St Marie`s) (52871-74279)',53.5855372,-2.672782200000029,'ParishChurch'),new Array('St Joseph`s Catholic Primary School (37554-35658)',53.662115,-2.621943,'School'),new Array('St Marie`s Catholic Primary School (37521-35625)',53.589937,-2.662247,'School'),new Array('St Catherine Labouré (52829-57704)',53.704596,-2.684103,'ParishChurch'),new Array('St Catherine Labouré (52829-57703)',53.704596,-2.684103,'ParishChurch'),new Array('St Bernadette`s Catholic Primary School (37527-35631)',53.571956,-2.688453,'School'),new Array('St Bernadette (72524-74279)',53.5714104,-2.6829008,'ParishChurch'),new Array('St Chad`s Catholic Primary School (37561-35665)',53.68122,-2.612248,'School'),new Array('St Joseph (52851-57714)',53.616309,-2.595662,'ParishChurch'),new Array('St Joseph`s Old School (4998-57714)',53.616309,-2.595662,'Other'),new Array('Anderton St Joseph`s Catholic Primary School (37551-35655)',53.615695,-2.59263,'School'),new Array('St Bede`s Catholic Primary School (37557-35661)',53.707065,-2.639089,'School'),new Array('St Peter`s Catholic High School (38893-36999)',53.564227,-2.761701,'School'),new Array('St James RC Primary School (37547-35651)',53.564809,-2.772556,'School'),new Array('Our Lady`s Parish House (74023-57701)',53.6888285,-2.8333376,'Other'),new Array('Our Lady Help of Christians (52825-57701)',53.688829,-2.833338,'ParishChurch'),new Array('Our Lady And St Gerard School (38078-36182)',53.727681,-2.692029,'School'),new Array('St John Rigby College School (39098-37204)',53.553952,-2.697881,'School'),new Array('Our Lady of Lourdes and St Gerard Majella (57219-63286)',53.727681,-2.692029,'ParishChurch'),new Array('Our Lady Queen Of Peace RC High School (37637-35741)',53.56268,-2.791661,'School'),new Array('St John the Evangelist (52890-57734)',53.59159469999999,-2.8440669,'ParishChurch'),new Array('St Mary Queen of Apostles (72544-57726)',53.55956519999999,-2.7797514,'ParishChurch'),new Array('St John`s Catholic Primary School (37563-35667)',53.591458,-2.844579,'School'),new Array('St Oswald (52835-57706)',53.72641,-2.778336,'ParishChurch'),new Array('St Oswald`s Catholic Primary School (37549-35653)',53.72641,-2.778336,'School'),new Array('St Teresa`s Catholic Primary School (37569-35673)',53.548462,-2.726105,'School'),new Array('St John Fisher Catholic High School (37630-35734)',53.558102,-2.653673,'School'),new Array('St John`s Catholic Primary School (37546-35650)',53.552137,-2.765216,'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';
}
//