strList="
St Thomas More (0 miles)
Zoom on map | View full information
Our Lady Of Compassion Church (0.5 miles)
Zoom on map | View full information
Our Lady Of Lourdes Church (5.9 miles)
Zoom on map | View full information
The English Martyrs Church (6.2 miles)
Zoom on map | View full information
St Theresa Of Lisieux Church (7.8 miles)
Zoom on map | View full information
St Felix Catholic Primary School (8.7 miles)
Zoom on map | View full information
St Felix Church (8.8 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('St Thomas More (36488-34587)',52.018942,0.24539,'School'),new Array('Our Lady Of Compassion Church (39392-37447)',52.025059,0.23867,'ParishChurch'),new Array('Our Lady Of Lourdes Church (39336-37381)',51.933773,0.251638,'ParishChurch'),new Array('The English Martyrs Church (39420-37400)',51.952291,0.344092,'ParishChurch'),new Array('St Theresa Of Lisieux Church (39412-37458)',51.908838,0.200739,'ParishChurch'),new Array('St Felix Catholic Primary School (36893-34993)',52.082656,0.421432,'School'),new Array('St Felix Church (42749-45224)',52.084307,0.423332,'ParishChurch'),new Array('The Holy Spirit Church (39310-37400)',51.946748,0.440689,'ParishChurch'),new Array('St Mary`s Catholic Bishop`s Stortford School (38384-36488)',51.870439,0.153656,'School'),new Array('St Joseph And The English Martyrs Church (40466-38023)',51.870572,0.155696,'ParishChurch'),new Array('St Joseph`s Catholic Primary School (38380-36484)',51.867714,0.149255,'School'),new Array('Our Lady And St Anne Line Church (39290-37381)',51.872761,0.365144,'ParishChurch'),new Array('St Mary`s Catholic Primary School (38398-36502)',52.050221,-0.018997,'School'),new Array('St Thomas Of Canterbury And The English Martyrs Church (40754-38167)',52.050221,-0.018997,'ParishChurch'),new Array('Sisters of the Holy Family (36918-35018)',52.175237,0.126284,'School'),new Array('St Alban`s Catholic Primary School (36887-34987)',52.175237,0.126284,'School'),new Array('Our Lady Of Lourdes Church (42616-45146)',52.175237,0.126284,'ParishChurch'),new Array('Fulbourn Hospital (36944-35044)',52.18581,0.162486,'Other'),new Array('Ida Darwin Hospital (36945-35045)',52.18581,0.162486,'Other'),new Array('St Philip Howard Church (42598-45133)',52.187897,0.162119,'ParishChurch'),new Array('St Richard Of Chichester Church (40482-38031)',51.944386,-0.017451,'ParishChurch'),new Array('St Bede`s Inter-Church High School (36889-34989)',52.190526,0.162452,'School'),new Array('St Mary`s School (36891-34991)',52.194911,0.125499,'School'),new Array('St. Mary`s Junior School (36992-35092)',52.196008,0.12299,'School'),new Array('St Edmund Of Canterbury and English Martyrs Church (40716-38148)',51.889945,0.011848,'ParishChurch'),new Array('St Thomas Of Canterbury Catholic Primary School School (38381-36485)',51.889282,0.010641,'School'),new Array('St Andrew`s and Holy Cross Shared Church (40698-38139)',51.856608,0.074634,'ParishChurch'),new Array('Our Lady and The English Martyrs Church (42592-45128)',52.198458,0.127292,'ParishChurch'),new Array('Margaret Beaufort Institute Church (43803-45128)',52.197865,0.105197,'ParishChurch'),new Array('Margaret Beaufort Institute (36999-35099)',52.197865,0.105197,'School'),new Array('University Catholic Chaplaincy Parish Church (5561-45133)',52.204656,0.120153,'ParishChurch'),new Array('University Catholic Chaplaincy Church (42596-45132)',52.204656,0.120153,'ParishChurch'),new Array('Most Holy Redeemer Church (40760-38170)',51.847578,0.072709,'ParishChurch'),new Array('St Vincent De Paul Church (42787-45246)',52.21613,0.1686,'ParishChurch'),new Array('Polonia House Chapel (43813-45259)',52.215784,0.131355,'ParishChurch'),new Array('St Edmund College School (38382-36486)',51.880358,-0.00866,'School'),new Array('Cambridge Polish Chaplaincy Church (42811-45133)',52.215784,0.131355,'ParishChurch'),new Array('St Elizabeth School School (38383-36487)',51.830298,0.089303,'School'),new Array('St. Laurence Church (42594-45131)',52.218331,0.129193,'ParishChurch'),new Array('St Edmund`s College Chapel (42805-45128)',52.212908,0.109246,'ParishChurch'),new Array('Blackfriars Dominican Priory Of St Michael Church (43802-45128)',52.213753,0.109242,'ParishChurch'),new Array('St Peter`s Church (39462-37404)',51.978543,0.584504,'ParishChurch'),new Array('St Michael Church (42789-45247)',52.213753,0.109242,'ParishChurch'),new Array('Mother Of Good Counsel Church (42793-45249)',52.074055,0.578431,'ParishChurch'),new Array('Blackfriars Dominican Priory Of St Michael Church (43802-77749)',52.213753,0.109242,'ParishChurch'),new Array('Clare Oratory (65968-45249)',52.074055,0.578431,'Other'),new Array('Our Lady Immaculate and St Philip Neri Church (42606-45139)',52.189403,0.466237,'ParishChurch'),new Array('Our Lady Immaculate and St Philip Neri Church (43710-45239)',52.189403,0.466237,'ParishChurch'),new Array('Milton Hospice (Children) (36947-35047)',52.228325,0.138593,'School'),new Array('Cambridge Lea (BUPA) (36946-35046)',52.228325,0.138593,'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';
}
//