strList="
St Mary`s Church (0 miles)
Zoom on map | View full information
St Mary`s Catholic Primary School (0.3 miles)
Zoom on map | View full information
Holy Spirit Church (10.3 miles)
Zoom on map | View full information
Holy Trinity Church (12.5 miles)
Zoom on map | View full information
St Norbert`s Catholic Primary School (13.7 miles)
Zoom on map | View full information
Our Lady and the English Martyrs Church (13.9 miles)
Zoom on map | View full information
Our Lady and St Peter Church (14.1 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('St Mary`s Church (55958-62121)',52.984388,-0.018903,'ParishChurch'),new Array('St Mary`s Catholic Primary School (37852-35956)',52.98296,-0.010939,'School'),new Array('Holy Spirit Church (55970-62137)',53.098303,-0.177841,'ParishChurch'),new Array('Holy Trinity Church (56005-62187)',52.805736,0.029239,'ParishChurch'),new Array('St Norbert`s Catholic Primary School (37857-35961)',52.809714,-0.172357,'School'),new Array('Our Lady and the English Martyrs Church (56071-62290)',53.173955,0.0919,'ParishChurch'),new Array('Our Lady and St Peter Church (56080-62304)',53.149802,-0.21547,'ParishChurch'),new Array('St Norbert`s Catholic Primary School (38915-37021)',52.788215,-0.16118,'School'),new Array('Immaculate Conception and St Norbert Church (56070-62288)',52.785466,-0.156669,'ParishChurch'),new Array('St Mary`s Church (56006-62188)',53.208061,-0.116389,'ParishChurch'),new Array('Our Lady of Good Counsel Church (56068-62286)',52.997411,-0.410842,'ParishChurch'),new Array('Our Lady Of Good Counsel Catholic Primary School (37856-35960)',53.001621,-0.419152,'School'),new Array('Sacred Heart Church (56067-62284)',53.146677,0.336092,'ParishChurch'),new Array('St Peter Church (55974-62142)',53.033918,-0.506423,'ParishChurch'),new Array('St Gilbert Church (55959-62124)',52.771431,-0.379564,'ParishChurch'),new Array('Our Lady Of Perpetual Succour and St Edmund King And Martyr Church (42685-45184)',52.934679,0.493323,'ParishChurch'),new Array('North Cambridge Hospital (36978-35078)',52.665012,0.164198,'Other'),new Array('St Cecilia Church (43743-45184)',52.845214,0.497058,'ParishChurch'),new Array('Our Lady and St. Charles Borromeo Church (42620-45148)',52.660265,0.16071,'ParishChurch'),new Array('St Cecilia Church (42671-45177)',52.845214,0.497058,'ParishChurch'),new Array('Our Lady Of The Annunciation Church (42687-45186)',52.747277,0.402162,'ParishChurch'),new Array('Our Lady of Lincoln and St Guthlac Church (55976-62144)',52.6733,-0.291288,'Other'),new Array('St Martha`s Catholic Primary School (36899-34999)',52.760941,0.429209,'School'),new Array('Our Lady of Lincoln and St Guthlac Church (55976-62124)',52.6733,-0.291288,'Other'),new Array('Holy Family Church (42689-45187)',52.760941,0.429209,'ParishChurch'),new Array('Our Lady of Victories Church (56077-62300)',53.172598,-0.530547,'ParishChurch'),new Array('Queen Elizabeth Hospital (36958-35058)',52.756781,0.446999,'Other'),new Array('Queen Elizabeth Hospital Chapel (65966-45186)',52.757809,0.447739,'Other'),new Array('St Francis of Assisi Church (55950-62111)',53.271298,-0.388908,'ParishChurch'),new Array('St Mary`s Catholic Primary School (37853-35957)',52.91513,-0.630103,'School'),new Array('St Mary Church (56034-62233)',53.364552,-0.005682,'ParishChurch'),new Array('St Francis de Sales Church (56002-62182)',53.344278,-0.227789,'ParishChurch'),new Array('St Mary the Immaculate Church (55996-62174)',52.917426,-0.646852,'ParishChurch'),new Array('Our Lady of Mount Carmel Church (55971-62138)',52.754483,-0.537944,'ParishChurch'),new Array('St Joseph Church (56037-62237)',53.333429,0.270798,'ParishChurch'),new Array('St Hugh of Lincoln Church (56029-62224)',53.230648,-0.532965,'ParishChurch'),new Array('Saint Peter And Saint Paul Catholic High School (37860-35964)',53.211308,-0.563725,'School'),new Array('Ss Peter and Paul Church (56028-62222)',53.210811,-0.564251,'ParishChurch'),new Array('Our Lady Of Lincoln Catholic Primary School (37855-35959)',53.248045,-0.52657,'School'),new Array('Our Lady of Lincoln Church (56027-62221)',53.248045,-0.52657,'ParishChurch'),new Array('Our Lady of Lourdes (30756-45149)',52.597523,-0.237746,'Church'),new Array('Our Lady Of Lourdes Church (42626-45152)',52.597523,-0.237746,'ParishChurch'),new Array('Sacred Heart and St. Oswald Church (42624-45151)',52.600102,-0.263808,'ParishChurch'),new Array('St Thomas More Catholic Primary School (36908-35008)',52.581234,-0.221072,'School'),new Array('St John Fisher Catholic (VA) Secondary School (36909-35009)',52.581452,-0.222376,'School'),new Array('St Hugh`s Catholic Primary School (37854-35958)',53.213254,-0.611073,'School'),new Array('HMP Peterborough (36990-35090)',52.586527,-0.260197,'Other'),new Array('St Augustine`s Catholic Primary School (37858-35962)',52.66244,-0.476636,'School'),new Array('Immaculate Conception and St John of Beverley (63001-66740)',52.582753,-0.246614,'Church'),new Array('The Assumption of Our Lady (62975-66744)',52.582753,-0.246614,'Church'));
// 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';
}
//