strList="
 Blessed Edward Oldcorne School (0 miles)
Zoom on map | View full information
 St George  Church (1 miles)
Zoom on map | View full information
 Our Lady Queen of Peace School (1.2 miles)
Zoom on map | View full information
 Our Lady Queen of Peace  Church (1.2 miles)
Zoom on map | View full information
 St George`s Catholic Primary School (1.4 miles)
Zoom on map | View full information
 St John the Baptist  Church (2.4 miles)
Zoom on map | View full information
 St John the Baptist  Church (2.4 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('Blessed Edward Oldcorne School (36780-34879)',52.181353,-2.211173,'School'),new Array('St George  Church (36255-34460)',52.19492,-2.220527,'ParishChurch'),new Array('Our Lady Queen of Peace School (36771-34870)',52.18713,-2.23674,'School'),new Array('Our Lady Queen of Peace  Church (36271-34468)',52.18713,-2.23674,'ParishChurch'),new Array('St George`s Catholic Primary School (38800-36906)',52.19946,-2.22778,'School'),new Array('St John the Baptist  Church (36207-34460)',52.183932,-2.15388,'ParishChurch'),new Array('St John the Baptist  Church (36207-34436)',52.183932,-2.15388,'ParishChurch'),new Array('St Joseph  Church (36314-34489)',52.211661,-2.183071,'ParishChurch'),new Array('St Joseph`s School (36773-34872)',52.211661,-2.183071,'School'),new Array('Sacred Heart and St Catherine of Alexandria  Church (36316-34490)',52.258171,-2.155881,'ParishChurch'),new Array('St Joseph`s School (36766-34865)',52.263183,-2.166331,'School'),new Array('St Joseph`s School (36768-34867)',52.124481,-2.331204,'School'),new Array('St Joseph  Church (36322-34493)',52.124481,-2.331204,'ParishChurch'),new Array('St Richard and St Hubert  Church (36370-34517)',52.26213569999999,-2.1310816,'Church'),new Array('St Richard and St Hubert  Church (36370-34487)',52.26213569999999,-2.1310816,'Church'),new Array('Our Blessed Lady and St Alphonsus  Church (36065-34364)',52.086544,-2.274254,'ParishChurch'),new Array('Holy Redeemer  Church (36448-34556)',52.112622,-2.078269,'ParishChurch'),new Array('Holy Redeemer School (36769-34868)',52.112622,-2.078269,'School'),new Array('St Joseph  Church (35938-34300)',52.0625157,-2.2168043,'ParishChurch'),new Array('St Wulstan  Church (36180-34422)',52.067423,-2.335844,'ParishChurch'),new Array('St Wulstan and St Thomas of Canterbury  Church (36209-34437)',52.34185,-2.275333,'ParishChurch'),new Array('St Benet Church (42365-63532)',52.033873,-2.078597,'ParishChurch'),new Array('St Peter`s School (36765-34864)',52.327002,-2.070416,'School'),new Array('St Peter  Church (36160-34412)',52.3270154,-2.0704113,'ParishChurch'),new Array('St Wulstan`s School (36770-34869)',52.346281,-2.294356,'School'),new Array('Our Lady and St Benedict  Church (36412-34538)',52.251381,-1.938051,'ParishChurch'),new Array('Winterfold House School (38802-36908)',52.362173,-2.184941,'School'),new Array('St Joseph`s Prebytery Parish Church (30683-38482)',52.189076,-2.510628,'ParishChurch'),new Array('St. Mary`s Catholic Primary School (36767-34866)',52.096866,-1.946191,'School'),new Array('St Joseph`s Prebytery Parish Church (30683-31556)',52.189076,-2.510628,'ParishChurch'),new Array('St Mary and St Egwin  Church (36406-34535)',52.096866,-1.946191,'ParishChurch'),new Array('St Augustine`s School (36778-34877)',52.271622,-1.946846,'School'),new Array('St Mary  Church (36292-34478)',52.367368,-2.180307,'ParishChurch'),new Array('Our Lady of Mount Carmel School (36776-34875)',52.29817,-1.9712,'School'),new Array('St Joseph Church (42443-63633)',51.993881,-2.153139,'ParishChurch'),new Array('Catholic Church, LEDBURY Parish Church (30685-31557)',52.034124,-2.426746,'ParishChurch'),new Array('The Most Holy Trinity Church (41151-38481)',52.034124,-2.426746,'ParishChurch'),new Array('Holy Family  Church (36033-34437)',52.3740944,-2.3146169,'ParishChurch'),new Array('Holy Family  Church (36033-34348)',52.3740944,-2.3146169,'ParishChurch'),new Array('Our Lady and St Pius X  Church (36104-34384)',52.386229,-2.277886,'ParishChurch'),new Array('St Ambrose School (36774-34873)',52.389143,-2.240274,'School'),new Array('Our Lady and St Joseph  Church (36366-34515)',52.215549,-1.874813,'ParishChurch'),new Array('St Ambrose  Church (36326-34495)',52.390495,-2.238488,'ParishChurch'),new Array('Holy Trinity School (38803-36909)',52.390495,-2.238488,'School'),new Array('St Thomas More School (36777-34876)',52.287328,-1.915381,'School'),new Array('St Bede`s Middle School (36779-34878)',52.302521,-1.92792,'School'),new Array('Our Lady of Mount Carmel  Church (36310-34487)',52.305454,-1.932271,'ParishChurch'),new Array('St Mary`s School (36801-34900)',52.270709,-1.89771,'School'),new Array('SS Peter and Paul and St Elizabeth  Church (36096-34380)',52.243739,-1.879699,'ParishChurch'),new Array('Our Lady`s School (36795-34894)',52.220956,-1.869821,'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';
}
    //