strList="
St Peter Church (0 miles)
Zoom on map | View full information
Moor Park School (2.7 miles)
Zoom on map | View full information
Sacred Heart and Our Lady Church (6.5 miles)
Zoom on map | View full information
Sacred Heart and Our Lady Church (6.5 miles)
Zoom on map | View full information
Catholic Church, LEOMINSTER Parish Church (10.4 miles)
Zoom on map | View full information
St Ethelbert Church (10.4 miles)
Zoom on map | View full information
St Walburgh`s Church (11.7 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('St Peter Church (59767-32806)',52.375343,-2.70976,'ParishChurch'),new Array('Moor Park School (38132-36236)',52.339455,-2.731745,'School'),new Array('Sacred Heart and Our Lady Church (36077-34370)',52.305514,-2.605098,'ParishChurch'),new Array('Sacred Heart and Our Lady Church (36077-34495)',52.305514,-2.605098,'ParishChurch'),new Array('Catholic Church, LEOMINSTER Parish Church (30681-31555)',52.226916,-2.74692,'ParishChurch'),new Array('St Ethelbert Church (41153-38482)',52.226916,-2.74692,'ParishChurch'),new Array('St Walburgh`s Church (59789-64975)',52.4826821,-2.925020099999983,'Other'),new Array('St Milburga Church (59752-32805)',52.5387843,-2.798662000000036,'ParishChurch'),new Array('Assumption Of Our Lady And St Therese Church (45876-53304)',52.265728,-2.996505,'ParishChurch'),new Array('Our Lady Of Perpetual Succour And St Nicholas Church (45877-53310)',52.3442983,-3.0516739,'ParishChurch'),new Array('St Joseph`s Prebytery Parish Church (30683-31556)',52.189076,-2.510628,'ParishChurch'),new Array('St Joseph`s Prebytery Parish Church (30683-38482)',52.189076,-2.510628,'ParishChurch'),new Array('St Thomas Of Hereford Church (41207-38522)',52.161986,-2.883516,'ParishChurch'),new Array('St John`s School (38170-36274)',52.538975,-2.424152,'School'),new Array('Catholic Church, WEOBLEY Parish Church (30677-31553)',52.161986,-2.883516,'ParishChurch'),new Array('St John the Evangelist Church (59708-32829)',52.537468,-2.420673,'ParishChurch'),new Array('Holy Family Church (36033-34348)',52.3740944,-2.3146169,'ParishChurch'),new Array('Holy Family Church (36033-34437)',52.3740944,-2.3146169,'ParishChurch'),new Array('St Wulstan`s School (36770-34869)',52.346281,-2.294356,'School'),new Array('St Bede the Venerable (41149-38522)',52.2027744,-3.0275123,'ParishChurch'),new Array('Our Lady and St Pius X Church (36104-34384)',52.386229,-2.277886,'ParishChurch'),new Array('St Wulstan and St Thomas of Canterbury Church (36209-34437)',52.34185,-2.275333,'ParishChurch'),new Array('St Ambrose School (36774-34873)',52.389143,-2.240274,'School'),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 Mary and The Good Shepherd Church (59583-32812)',52.6367393,-2.448755000000006,'ParishChurch'),new Array('St Mary`s Primary School (38188-36292)',52.638557,-2.448404,'School'),new Array('St Mary`s RC High School (36876-34975)',52.064055,-2.658689,'School'),new Array('St Francis Xavier Church (41145-38478)',52.055361,-2.717175,'ParishChurch'),new Array('Winterfold House School (38802-36908)',52.362173,-2.184941,'School'),new Array('St Mary Church (36292-34478)',52.367368,-2.180307,'ParishChurch'),new Array('St Helen`s School (36852-34951)',52.045326,-2.721768,'School'),new Array('Our Lady`s Parish Church (30673-31551)',52.045953,-2.72519,'ParishChurch'),new Array('Our Lady Queen Of Martyrs Church (41143-38477)',52.045953,-2.72519,'ParishChurch'),new Array('Cathedral Church of Our Lady Help of Christians and Saint Peter of Alcantara (63445-32798)',52.7056304,-2.7540021,'Cathedral'),new Array('St Winefride`s School (38212-36316)',52.705631,-2.754508,'School'),new Array('St Winefride Church (63443-32804)',52.710311,-2.724748,'ParishChurch'),new Array('St Winefride Church (59803-32804)',52.710311,-2.724748,'ParishChurch'),new Array('Belmont Abbey Parish Centre Parish Church (30675-31552)',52.038881,-2.756085,'ParishChurch'),new Array('Abbey Of St Michael And All Angels Church (41141-38476)',52.038881,-2.756085,'ParishChurch'),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 George`s Catholic Primary School (38800-36906)',52.19946,-2.22778,'School'),new Array('St Mary`s Primary School (38190-36294)',52.718675,-2.737411,'School'),new Array('Hagley Catholic High School (36775-34874)',52.422916,-2.149506,'School'),new Array('Our Lady Queen of Peace Church (36271-34468)',52.18713,-2.23674,'ParishChurch'),new Array('Our Lady Queen of Peace School (36771-34870)',52.18713,-2.23674,'School'),new Array('St Patrick Church (59756-32807)',52.702635,-2.516885,'ParishChurch'),new Array('All Saints and St Paul Church (63212-64960)',52.701972,-2.516344,'ParishChurch'),new Array('St Bernadette`s School (36737-34836)',52.533095,-2.199355,'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';
}
//