strList="
 St Etheldreda Church (0 miles)
Zoom on map | View full information
 Our Lady Of Walsingham USAF Chapel (9.3 miles)
Zoom on map | View full information
 Ss. Peter & Paul (Anglican Church) Church (9.7 miles)
Zoom on map | View full information
 Gatehouse (11.4 miles)
Zoom on map | View full information
 Newmarket Hospital (12 miles)
Zoom on map | View full information
 RAF Lakenheath Chapel (12.2 miles)
Zoom on map | View full information
 St Louis Catholic Primary School (5-9) (12.2 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('St Etheldreda Church (42602-45137)',52.401678,0.261571,'ParishChurch'),new Array('Our Lady Of Walsingham USAF Chapel (42771-45237)',52.370336,0.476218,'ParishChurch'),new Array('Ss. Peter and Paul (Anglican Church) Church (42600-45134)',52.455921,0.049265,'ParishChurch'),new Array('Gatehouse (36995-35095)',52.351341,0.519313,'School'),new Array('Newmarket Hospital (36962-35062)',52.250892,0.399979,'Other'),new Array('RAF Lakenheath Chapel (42813-45260)',52.395036,0.551127,'ParishChurch'),new Array('St Louis Catholic Primary School (5-9) (36902-35002)',52.249444,0.40749,'School'),new Array('Our Lady Immaculate and St Etheldreda Church (42775-45239)',52.2439905,0.4107082,'ParishChurch'),new Array('Our Lady Of Good Counsel and St Peter Church (42608-45141)',52.55366859999999,0.0931252,'ParishChurch'),new Array('Franciscan Missionaries of Mary (36925-35025)',52.552557,0.086999,'Other'),new Array('All Saints Inter-Church Primary School (36901-35001)',52.55736,0.089986,'School'),new Array('Cambridge Lea (BUPA) (36946-35046)',52.228325,0.138593,'School'),new Array('Milton Hospice (Children) (36947-35047)',52.228325,0.138593,'School'),new Array('St Laurence`s Catholic Primary School (36888-45131)',52.230838,0.119775,'School'),new Array('St Laurence`s Catholic Primary School (36888-34988)',52.230838,0.119775,'School'),new Array('St Vincent De Paul Church (42787-45246)',52.21613,0.1686,'ParishChurch'),new Array('St. Laurence Church (42594-45131)',52.218331,0.129193,'ParishChurch'),new Array('Polonia House Chapel (43813-45259)',52.215784,0.131355,'ParishChurch'),new Array('Cambridge Polish Chaplaincy Church (42811-45133)',52.215784,0.131355,'ParishChurch'),new Array('Blackfriars Dominican Priory Of St Michael Church (43802-77749)',52.213753,0.109242,'ParishChurch'),new Array('Church Centre Bar Hill Church (42588-45125)',52.252973,0.01836,'ParishChurch'),new Array('Blackfriars Dominican Priory Of St Michael Church (43802-45128)',52.213753,0.109242,'ParishChurch'),new Array('St Michael Church (42789-45247)',52.213753,0.109242,'ParishChurch'),new Array('St Edmund`s College Chapel (42805-45128)',52.212908,0.109246,'ParishChurch'),new Array('St. Dominic Church (42675-45179)',52.601521,0.379852,'ParishChurch'),new Array('Sacred Heart Church (43713-45144)',52.327212,-0.066212,'ParishChurch'),new Array('Sacred Heart Church (42612-45144)',52.327212,-0.066212,'ParishChurch'),new Array('University Catholic Chaplaincy Church (42596-45132)',52.204656,0.120153,'ParishChurch'),new Array('University Catholic Chaplaincy Parish Church (5561-45133)',52.204656,0.120153,'ParishChurch'),new Array('Our Lady and The English Martyrs Church (42592-45128)',52.198458,0.127292,'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 Philip Howard Church (42598-45133)',52.187897,0.162119,'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 Thomas Of Canterbury Church (42725-45210)',52.455206,0.618076,'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('Sacred Heart Of Jesus Church (42636-45158)',52.450969,-0.106225,'ParishChurch'),new Array('Sacred Heart Of Jesus Church (43725-45159)',52.450969,-0.106225,'ParishChurch'),new Array('St Alban`s Catholic Primary School (36887-34987)',52.175237,0.126284,'School'),new Array('Sisters of the Holy Family (36918-35018)',52.175237,0.126284,'School'),new Array('Our Lady Of Lourdes Church (42616-45146)',52.175237,0.126284,'ParishChurch'),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('Immaculate Conception and St Margaret Church (43756-45197)',52.5805318,0.569228,'Church'),new Array('The Immaculate Conception and St Margaret Church (42697-45192)',52.583258,0.572056,'ParishChurch'),new Array('Our Lady and St. Charles Borromeo Church (42620-45148)',52.660265,0.16071,'ParishChurch'),new Array('North Cambridge Hospital (36978-35078)',52.665012,0.164198,'Other'));
//    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';
}
    //