strList="
St Francis of Assisi Church (0 miles)
Zoom on map | View full information
St Peter`s C of E Church (4.5 miles)
Zoom on map | View full information
St Joseph Church (5.4 miles)
Zoom on map | View full information
St Joseph Church (5.4 miles)
Zoom on map | View full information
St Thomas of Canterbury Church (7.4 miles)
Zoom on map | View full information
St Thomas of Canterbury Church (7.4 miles)
Zoom on map | View full information
St Joseph`s School (7.4 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('St Francis of Assisi Church (36201-34433)',52.157456,-1.509933,'ParishChurch'),new Array('St Peter`s C of E Church (65111-34433)',52.201813,-1.588014,'Other'),new Array('St Joseph Church (36027-34345)',52.2348,-1.503007,'Church'),new Array('St Joseph Church (36027-34433)',52.2348,-1.503007,'Church'),new Array('St Thomas of Canterbury Church (36088-34376)',52.07304,-1.40203,'ParishChurch'),new Array('St Thomas of Canterbury Church (36088-34346)',52.07304,-1.40203,'ParishChurch'),new Array('St Joseph`s School (36810-34909)',52.264289,-1.527629,'School'),new Array('SS Peter and Paul Church (36108-34386)',52.050915,-1.540702,'ParishChurch'),new Array('St Joseph Church (36158-34411)',52.266336,-1.526919,'ParishChurch'),new Array('Our Lady and St Michael Church (36069-34386)',52.068955,-1.626006,'Church'),new Array('St Patrick`s School (36806-34905)',52.277385,-1.5358,'School'),new Array('St Mary`s School (36799-34898)',52.25353,-1.385441,'School'),new Array('Our Lady and St Wulstan Church (36328-34496)',52.253301,-1.386265,'ParishChurch'),new Array('St Gregory the Great Church (35932-34297)',52.197798,-1.701591,'ParishChurch'),new Array('St Anthony`s School (36807-34906)',52.283699,-1.516443,'School'),new Array('St Gregory`s School (36800-34899)',52.196051,-1.704266,'School'),new Array('St Mary Immaculate Church (36428-34546)',52.278938,-1.591263,'ParishChurch'),new Array('St Peter Church (36434-34549)',52.2882,-1.535805,'ParishChurch'),new Array('St Joseph the Worker Church (36029-34346)',52.060212,-1.3612,'ParishChurch'),new Array('St Peter`s School (36805-34904)',52.289269,-1.537949,'School'),new Array('St Joseph`s School (36788-34887)',52.060212,-1.359552,'School'),new Array('St Mary Immaculate School (36808-34907)',52.287605,-1.586111,'School'),new Array('Our Lady of Peace and Blessed Robert Dibdale Church (36071-34297)',52.192096,-1.730843,'Church'),new Array('Trinity School (36818-34917)',52.295761,-1.552134,'School'),new Array('Our Lady of Peace and Blessed Robert Dibdale Church (36071-34367)',52.192096,-1.730843,'Church'),new Array('St Charles Borromeo Church (36404-34534)',52.277499,-1.632184,'ParishChurch'),new Array('St John the Evangelist Church (36436-34550)',52.058386,-1.339859,'ParishChurch'),new Array('The Sacred Heart and Our Lady Church (49455-55950)',52.153892,-1.275231,'ParishChurch'),new Array('Our Lady Church (36211-34438)',52.30251,-1.517236,'ParishChurch'),new Array('St Marys Primary School (37796-35900)',52.153892,-1.275231,'School'),new Array('Blessed George Napier School (36794-34893)',52.048394,-1.340881,'School'),new Array('Blessed George Napier Rc School (38804-36910)',52.047969,-1.33886,'School'),new Array('Our Lady and St Teresa`s School (36809-34908)',52.311874,-1.507629,'School'),new Array('St John`s School (36781-34880)',52.049088,-1.330109,'School'),new Array('St Anne Church (36392-34528)',52.32095,-1.447595,'ParishChurch'),new Array('St George Church (35950-34419)',52.015108,-1.319965,'ParishChurch'),new Array('Our Lady`s School (36811-34910)',52.333821,-1.415119,'School'),new Array('Our Lady of the Angels Church (36061-34362)',52.336012,-1.422018,'ParishChurch'),new Array('St Francis of Assisi Church (36300-34482)',52.339651,-1.57632,'ParishChurch'),new Array('Our Lady of the Angels Church (36061-34528)',52.336012,-1.422018,'ParishChurch'),new Array('Princethorpe College School (38818-36924)',52.336012,-1.422018,'School'),new Array('SS Peter and Paul C of E Church (49563-55950)',52.0215758,-1.2765383,'ParishChurch'),new Array('St Catharine Church (42363-63528)',52.049534,-1.783933,'ParishChurch'),new Array('Crackley Hall School (38817-36923)',52.355053,-1.571812,'School'),new Array('St Augustine of England Church (36199-34482)',52.35487639999999,-1.5808466,'ParishChurch'),new Array('St Augustine of England Church (36199-34432)',52.35487639999999,-1.5808466,'ParishChurch'),new Array('St Mary`s School (36802-34901)',52.290829,-1.774068,'School'),new Array('St Augustine`s School (36804-34903)',52.363787,-1.585649,'School'),new Array('St Joseph the Worker Church (35944-34303)',52.166008,-1.8552,'ParishChurch'),new Array('Holy Trinity School (36782-34881)',51.943735,-1.540371,'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';
}
//