strList="
Church of the Risen Lord (0 miles)
Zoom on map | View full information
St Francis of Assisi Church (4.1 miles)
Zoom on map | View full information
Our Lady of Mercy and St Philip Neri Church (4.1 miles)
Zoom on map | View full information
English Martyrs Catholic Primary School (4.5 miles)
Zoom on map | View full information
St Ralph Sherwin Church (4.5 miles)
Zoom on map | View full information
St Hugh Church (4.9 miles)
Zoom on map | View full information
St John Fisher Catholic Primary School (5.2 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('Church of the Risen Lord (55965-62131)',52.843949,-1.335644,'ParishChurch'),new Array('St Francis of Assisi Church (56030-62227)',52.891719,-1.27711,'ParishChurch'),new Array('Our Lady of Mercy and St Philip Neri Church (56046-62254)',52.822063,-1.42598,'ParishChurch'),new Array('English Martyrs Catholic Primary School (37822-35926)',52.904567,-1.293771,'School'),new Array('St Ralph Sherwin Church (55985-62158)',52.864491,-1.438656,'ParishChurch'),new Array('St Hugh Church (55957-62120)',52.908426,-1.386522,'ParishChurch'),new Array('St John Fisher Catholic Primary School (37808-35912)',52.898014,-1.42199,'School'),new Array('St Winefride`s Catholic Primary School (37845-35949)',52.772633,-1.291831,'School'),new Array('St Winefride Church (56064-62281)',52.770536,-1.291509,'ParishChurch'),new Array('English Martyrs Church (55978-62146)',52.89982,-1.432922,'ParishChurch'),new Array('Grace Dieu Manor Preparatory School (37895-35999)',52.759568,-1.349479,'School'),new Array('St John the Evangelist Church (56091-62319)',52.922902,-1.279789,'ParishChurch'),new Array('De Lisle Catholic Science College School (37849-35953)',52.769999,-1.239567,'School'),new Array('Our Lady of the Angels Church (55989-62164)',52.79406,-1.19522,'ParishChurch'),new Array('Holy Spirit Church (55979-62147)',52.879432,-1.490723,'ParishChurch'),new Array('Holy Cross Catholic Primary School (37847-35951)',52.743583,-1.35745,'School'),new Array('Loughborough University Chaplaincy (56031-62228)',52.764873,-1.229474,'ParishChurch'),new Array('St Mary`s Catholic Primary School (37841-35945)',52.773067,-1.21507,'School'),new Array('Chapel (Edward Herbert Building) (65857-62228)',52.764873,-1.229474,'Other'),new Array('St Mary Church (56033-62231)',52.772417,-1.217394,'ParishChurch'),new Array('Holy Cross Church (56078-62301)',52.743583,-1.35745,'ParishChurch'),new Array('Our Lady and St Bernard Abbey (56050-62260)',52.741276,-1.324008,'ParishChurch'),new Array('St Alban`s Catholic Primary School (37809-35913)',52.927165,-1.438485,'School'),new Array('St George and All Soldier Saints Church (55982-62152)',52.8764731,-1.5030121,'ParishChurch'),new Array('Corpus Christi Church (56083-62308)',52.89817069999999,-1.179720599999996,'ParishChurch'),new Array('Diocesan Offices (339-870)',52.898171,-1.179721,'Other'),new Array('Blessed Robert Widmerpool Catholic Primary School (37871-35975)',52.897631,-1.178408,'School'),new Array('Assumption Church (56096-62327)',52.926743,-1.21756,'ParishChurch'),new Array('Sacred Heart Catholic Primary School (37840-35944)',52.762609,-1.211923,'School'),new Array('St Alban Church (55981-62151)',52.931087,-1.44864,'ParishChurch'),new Array('St Joseph`s Catholic Primary School (37811-35915)',52.913764,-1.480505,'School'),new Array('Our Lady`s Convent School (37897-36001)',52.765614,-1.205615,'School'),new Array('St George`s Catholic Primary School (37810-35914)',52.894374,-1.503643,'School'),new Array('St Joseph Church (55983-62153)',52.914569,-1.48173,'ParishChurch'),new Array('Sacred Heart of Jesus Church (56032-62229)',52.759492,-1.206852,'ParishChurch'),new Array('St John Houghton Catholic Secondary School (37829-35933)',52.962784,-1.328226,'School'),new Array('St Mary Church (55984-62155)',52.927376,-1.478974,'ParishChurch'),new Array('St Thomas`s Catholic Primary School (37821-35925)',52.964891,-1.311548,'School'),new Array('St Wilfrid of York Church (55969-62135)',52.722952,-1.365793,'ParishChurch'),new Array('St Thomas More Church (56095-62326)',52.9502574,-1.228253799999948,'ParishChurch'),new Array('Our Lady and St Thomas of Hereford Church (56008-62190)',52.96658,-1.306712,'ParishChurch'),new Array('St Clare`s Catholic Primary School (38913-37019)',52.719661,-1.365781,'School'),new Array('Our Lady of Lourdes Church (55948-62108)',52.744984,-1.473922,'ParishChurch'),new Array('St Mary`s Catholic Primary School (37812-35916)',52.939371,-1.485838,'School'),new Array('University of Nottingham Chapel (56100-62333)',52.94125,-1.18648,'ParishChurch'),new Array('Saint Benedict Catholic Voluntary Academy (37813-35917)',52.943299,-1.485926,'School'),new Array('St Mary in the Elms C of E Church (56081-62305)',52.732459,-1.208202,'ParishChurch'),new Array('St Hugh of Lincoln Church (56090-62318)',52.963873,-1.226329,'ParishChurch'),new Array('Our Lady of Lourdes Church (55980-62149)',52.906212,-1.539222,'ParishChurch'),new Array('Christ the King Church (55977-62145)',52.928242,-1.518176,'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';
}
//