strList="
 St Teresa`s School (0 miles)
Zoom on map | View full information
 Saint Clare`s School (0.6 miles)
Zoom on map | View full information
 St Teresa  Church (0.7 miles)
Zoom on map | View full information
 St Augustine`s School (1 miles)
Zoom on map | View full information
 Sacred Heart School (1 miles)
Zoom on map | View full information
 St Augustine of England  Church (1 miles)
Zoom on map | View full information
 St John Wall School (1.2 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('St Teresa`s School (36616-34715)',52.516948,-1.921927,'School'),new Array('Saint Clare`s School (36633-34732)',52.509652,-1.913954,'School'),new Array('St Teresa  Church (35988-34325)',52.516136,-1.904982,'ParishChurch'),new Array('St Augustine`s School (36595-34694)',52.514579,-1.944639,'School'),new Array('Sacred Heart School (36634-34733)',52.509525,-1.901504,'School'),new Array('St Augustine of England  Church (36235-34450)',52.514579,-1.944639,'ParishChurch'),new Array('St John Wall School (36823-34922)',52.516056,-1.951519,'School'),new Array('St Francis  Church (35974-34318)',52.498901,-1.915507,'ParishChurch'),new Array('St Mark`s School (36627-34726)',52.53469,-1.929016,'School'),new Array('St Francis School (36601-34700)',52.497749,-1.914213,'School'),new Array('Sacred Heart and St Margaret Mary  Church (36332-34498)',52.50577,-1.893645,'ParishChurch'),new Array('Aston Hall (65105-34446)',52.506614,-1.883595,'Other'),new Array('St Chad`s School (36599-34698)',52.492471,-1.901115,'School'),new Array('Birmingham City Hospital Chapel (65116-34314)',52.489821,-1.929427,'Other'),new Array('St Edmund`s School (36604-34703)',52.487004,-1.923202,'School'),new Array('St Patrick  Church (35966-34314)',52.486667,-1.93195,'ParishChurch'),new Array('St Philip Neri  Church (36390-34527)',52.494995,-1.958317,'ParishChurch'),new Array('Holy Name School (36672-34771)',52.547217,-1.936222,'School'),new Array('St Patrick`s School (36603-34702)',52.486254,-1.931627,'School'),new Array('Holy Name of Jesus  Church (35970-34316)',52.547217,-1.936222,'ParishChurch'),new Array('St Philip`s School (36675-34774)',52.494995,-1.958317,'School'),new Array('Archdiocese of Birmingham Offices (4791-871)',52.485888,-1.898037,'Other'),new Array('St Chad`s Cathedral  Church (36223-34444)',52.486099,-1.891987,'ParishChurch'),new Array('Aston University Presbytery (36017-34340)',52.486637,-1.890952,'Other'),new Array('Our Lady of the Assumption  Church (35984-34323)',52.547857,-1.889975,'ParishChurch'),new Array('St Joseph  Church (36344-34504)',52.498951,-1.870991,'ParishChurch'),new Array('Maryvale School (36590-34689)',52.548083,-1.891051,'School'),new Array('St Joseph`s School (36600-34699)',52.495662,-1.872076,'School'),new Array('Christ the King  Church (35980-34321)',52.543208,-1.87906,'ParishChurch'),new Array('Christ the King School (36587-34686)',52.543208,-1.87906,'School'),new Array('St Vincent de Paul  Church (36182-34423)',52.488029,-1.880021,'ParishChurch'),new Array('Cardinal Wiseman College School (36820-34919)',52.549211,-1.886196,'School'),new Array('St Margaret Mary  Church (35990-34326)',52.532754,-1.863507,'ParishChurch'),new Array('St Margaret Mary School (36613-34712)',52.532754,-1.863507,'School'),new Array('Oratory School (36591-34690)',52.476993,-1.929683,'School'),new Array('Polish Millenium House (65115-34533)',52.479201,-1.890205,'Other'),new Array('St Michael  Church (36402-34533)',52.479581,-1.892972,'ParishChurch'),new Array('St Vincent`s School (36583-34682)',52.484815,-1.875627,'School'),new Array('St Paul`s Girls School (36636-34735)',52.47556,-1.940756,'School'),new Array('SS Mary and John School (36606-34705)',52.516287,-1.851165,'School'),new Array('Immaculate Conception  Church (36192-34428)',52.4722602,-1.9286691,'ParishChurch'),new Array('Oznam House (65113-34315)',52.516042,-1.848778,'Other'),new Array('St Michael and the Holy Angels  Church (36334-34499)',52.519203,-1.995506,'ParishChurch'),new Array('St Catherine of Siena  Church (35960-34311)',52.472333,-1.900468,'ParishChurch'),new Array('St Catherine of Siena School (36597-34696)',52.471687,-1.902104,'School'),new Array('Our Lady of Good Counsel and St Gregory the Great  Church (35958-34310)',52.477244,-1.970907,'ParishChurch'),new Array('Holy Cross  Church (36172-34418)',52.545866,-1.985845,'ParishChurch'),new Array('St Joseph`s Church (65104-34418)',52.561142,-1.955422,'Church'),new Array('St Gregory`s School (36676-34775)',52.476688,-1.976959,'School'),new Array('SS Thomas and Edmund of Canterbury  Church (36342-34503)',52.529501,-1.836763,'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';
}
    //