strList="
Chapel of the Blessed Trinity Church (0 miles)
Zoom on map | View full information
Chapel of the Blessed Trinity Church (0 miles)
Zoom on map | View full information
Sacred Heart School (4.5 miles)
Zoom on map | View full information
Sacred Heart Church (4.8 miles)
Zoom on map | View full information
St Michael Church (5.8 miles)
Zoom on map | View full information
Our Lady of Grace Church (6.3 miles)
Zoom on map | View full information
St Peters Primary School (6.5 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('Chapel of the Blessed Trinity Church (36075-34369)',51.597022,-0.929389,'ParishChurch'),new Array('Chapel of the Blessed Trinity Church (36075-34452)',51.597022,-0.929389,'ParishChurch'),new Array('Sacred Heart School (36784-34883)',51.532607,-0.909145,'School'),new Array('Sacred Heart Church (36456-34560)',51.529809,-0.902191,'ParishChurch'),new Array('St Michael Church (36241-34453)',51.519725,-0.979385,'ParishChurch'),new Array('Our Lady of Grace Church (49547-70903)',51.620397,-0.788478,'ParishChurch'),new Array('St Peters Primary School (37768-35872)',51.574896,-0.782054,'School'),new Array('St Peter Church (49593-56046)',51.5687886,-0.772420499999953,'ParishChurch'),new Array('The Oratory School (38805-36911)',51.532147,-1.058414,'School'),new Array('Christ the King Church (36110-34387)',51.5321487,-1.0583928,'ParishChurch'),new Array('Christ the King Church (36110-34562)',51.5321487,-1.0583928,'ParishChurch'),new Array('St Michael`s Catholic School (37766-35870)',51.618471,-0.755596200000014,'School'),new Array('St Michael`s Catholic School (37766-75353)',51.618471,-0.755596200000014,'School'),new Array('St John`s Convent (71415-76438)',51.5026616,-0.8302248,'Other'),new Array('St Martin`s Catholic Primary School (1183-10280)',51.484482,-0.94843,'School'),new Array('St Martins`s School (36762-34861)',51.484482,-0.94843,'School'),new Array('St Augustines Church (49549-56019)',51.630886,-0.745244,'ParishChurch'),new Array('St Thomas More (1060-9861)',51.480089,-0.863078,'ParishChurch'),new Array('The Oratory Preparatory School (38806-36912)',51.515403,-1.079843,'School'),new Array('Our Lady of Peace (1062-9861)',51.480483,-0.839043,'ParishChurch'),new Array('Our Lady and St Anne Church (36306-34485)',51.46823440000001,-0.9665051,'ParishChurch'),new Array('St Anne`s Catholic Primary School (1181-10278)',51.466874,-0.965405,'School'),new Array('St Anne`s School (36760-34859)',51.466874,-0.965405,'School'),new Array('St Elizabeth (944-9828)',51.558414,-0.727837,'ParishChurch'),new Array('St Wulstan Church (65233-70903)',51.634449,-0.722864,'ParishChurch'),new Array('St Edmund Campion Primary School (1139-10236)',51.516722,-0.753283,'School'),new Array('Parish Office (66493-9827)',51.51583,-0.752342,'Other'),new Array('St Edmund Campion (938-9827)',51.51583,-0.752342,'ParishChurch'),new Array('St John Bosco (1026-9868)',51.459026,-0.908079,'ParishChurch'),new Array('St Dunstan Church (49483-55966)',51.57851,-0.708846,'ParishChurch'),new Array('St Dominic Savio Primary School (1147-10244)',51.459026,-0.908079,'School'),new Array('St Edmund Campion Church (36239-34452)',51.731977,-0.991189,'ParishChurch'),new Array('St Teresa of the Child Jesus Church (49633-56073)',51.724633,-0.830606,'ParishChurch'),new Array('Sacred Heart Church (66505-76440)',51.453209,-0.960604,'ParishChurch'),new Array('St Joseph (940-9828)',51.528178,-0.721616,'ParishChurch'),new Array('St Mary`s Primary School (1138-10235)',51.528178,-0.721616,'School'),new Array('St James (1000-9846)',51.45326439999999,-0.963422199999968,'ParishChurch'),new Array('Our Lady and St Bernadette (1028-9869)',51.482205,-1.082023,'ParishChurch'),new Array('St Joseph`s College (1170-10267)',51.446446,-0.948325,'School'),new Array('Our Lady and St John Church (36460-34562)',51.521343,-1.139855,'ParishChurch'),new Array('St William of York (1002-75877)',51.445874,-0.945791,'ParishChurch'),new Array('St Birinus Church (36396-34530)',51.640059,-1.164794,'ParishChurch'),new Array('Catholic Chaplaincy to Reading University (4766-744)',51.4458754,-0.9457716,'Other'),new Array('St William of York (1002-9846)',51.445874,-0.945791,'ParishChurch'),new Array('The English Martyrs (992-9843)',51.451111,-1.003725,'ParishChurch'),new Array('St Joseph Church (36324-34494)',51.748215,-0.983066,'ParishChurch'),new Array('St Joseph`s School (36821-34920)',51.748215,-0.983066,'School'),new Array('English Martyrs Primary School (1143-10240)',51.453675,-1.019889,'School'),new Array('Our Lady of Peace and Blessed Dominic Barberi (997-9845)',51.441594,-0.929861,'ParishChurch'),new Array('St Joseph (994-9844)',51.456413,-1.046644,'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';
}
//