strList="
St Columba`s College Preparatory School (0 miles)
Zoom on map | View full information
St Columba College (0 miles)
Zoom on map | View full information
St Adrian`s Catholic Primary School School (0.5 miles)
Zoom on map | View full information
St Bartholomew Church (0.5 miles)
Zoom on map | View full information
Loreto Girls School School (1.1 miles)
Zoom on map | View full information
Ss Alban And Stephen Church (1.1 miles)
Zoom on map | View full information
St Alban & St Stephen Catholic Infant School School (1.3 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('St Columba`s College Preparatory School (38394-36498)',51.743396,-0.350512,'School'),new Array('St Columba College (66054-70953)',51.743396,-0.350512,'School'),new Array('St Adrian`s Catholic Primary School School (38386-36490)',51.738319,-0.343716,'School'),new Array('St Bartholomew Church (40778-38179)',51.73772,-0.345258,'ParishChurch'),new Array('Loreto Girls School School (38270-36374)',51.752864,-0.329493,'School'),new Array('Ss Alban And Stephen Church (40776-38178)',51.752179,-0.328084,'ParishChurch'),new Array('St Alban and St Stephen Catholic Infant School School (38395-36499)',51.748929,-0.322163,'School'),new Array('St Alban and St Stephen Catholic Junior School (38387-36491)',51.750185,-0.32129,'School'),new Array('St John Fisher Catholic Primary School (38391-36495)',51.766476,-0.304875,'School'),new Array('Our Lady, St Mary Of Walsingham Church (40680-38130)',51.7230027,-0.2972124,'ParishChurch'),new Array('Nicholas Breakspear Catholic School School (38275-36379)',51.747486,-0.288811,'School'),new Array('St Bernadette Catholic Primary School (38388-36492)',51.719587,-0.300809,'School'),new Array('St. Michael`s Catholic High School School (38409-36513)',51.699566,-0.385924,'School'),new Array('St Catherine Of Siena Catholic Primary School School (38404-36508)',51.696414,-0.385573,'School'),new Array('St. Saviour Church (40446-38013)',51.706227,-0.41417,'ParishChurch'),new Array('The Good Shepherd Church (40762-38171)',51.700048,-0.289096,'ParishChurch'),new Array('Our Lady Queen Of All Creation Church (40606-38093)',51.74917,-0.444276,'ParishChurch'),new Array('Our Lady And St Michael Church (40554-38067)',51.691039,-0.389006,'ParishChurch'),new Array('St Albert the Great Catholic Primary School School (38385-36489)',51.747386,-0.447408,'School'),new Array('St Anthony Of Padua Church (40748-38164)',51.683367,-0.318917,'ParishChurch'),new Array('Divine Saviour Catholic Primary School School (38253-36357)',51.700508,-0.428218,'School'),new Array('St John Fisher Church (40750-38165)',51.803525,-0.401287,'ParishChurch'),new Array('St Dominic`s Catholic Primary School (38390-36494)',51.811365,-0.351136,'School'),new Array('Our Lady Of Lourdes Church (40582-38081)',51.8159728,-0.3598807,'ParishChurch'),new Array('Church of the Resurrection (4599-354)',51.773188,-0.457292,'Church'),new Array('2. Highfield: St Paul (shared 1971) Solway Off Juniper Drive Church (40608-38094)',51.775354,-0.454464,'ParishChurch'),new Array('St Peter`s Church (40596-38088)',51.753483,-0.233471,'ParishChurch'),new Array('Church Of St Helen Church (40844-38212)',51.675398,-0.401883,'ParishChurch'),new Array('St Thomas More Church (40864-38222)',51.811163,-0.291013,'ParishChurch'),new Array('Holy Rood Catholic Primary School School (38263-36367)',51.682039,-0.426196,'School'),new Array('St Philip Howard Catholic Primary School (38373-36477)',51.758164,-0.225421,'School'),new Array('Ss Mary And Joseph Church (40604-38092)',51.745902,-0.483861,'ParishChurch'),new Array('St Mary and St Joseph Church (4603-354)',51.7460637,-0.4839937,'ParishChurch'),new Array('Ss John Fisher And Thomas More Church (40470-38025)',51.669254,-0.290604,'ParishChurch'),new Array('St Mark`s Church (40610-38095)',51.745902,-0.483861,'ParishChurch'),new Array('St Cuthbert Mayne Catholic Junior School (38389-36493)',51.759307,-0.48305,'School'),new Array('St Rose`s Catholic Infant School (38392-36496)',51.747479,-0.491095,'School'),new Array('John F Kennedy Catholic School School (38265-36369)',51.759612,-0.499747,'School'),new Array('Holy Rood Church (40842-38211)',51.655014,-0.398653,'ParishChurch'),new Array('St Teresa`s Catholic Primary School (38396-36500)',51.660199,-0.270934,'School'),new Array('St Teresa Of The Child Jesus Church (40468-38024)',51.660124,-0.268913,'ParishChurch'),new Array('The Sacred Heart Of Jesus And St John The Evangelist Church (40486-38033)',51.645118,-0.36956,'ParishChurch'),new Array('Sacred Heart Catholic Primary School (38407-36511)',51.644088,-0.371144,'School'),new Array('Our Lady Mother Of The Saviour Church (40496-38038)',51.701964,-0.501075,'ParishChurch'),new Array('St Bonaventure Church (40848-38214)',51.798975,-0.209751,'ParishChurch'),new Array('Our Lady Catholic Primary School (38287-36391)',51.79202,-0.201819,'School'),new Array('St Anthony`s Catholic Primary School School (38403-36507)',51.647769,-0.420099,'School'),new Array('Our Lady, Queen Of Apostles Church (40852-38216)',51.790788,-0.19891,'ParishChurch'),new Array('St Bede Church (40518-38049)',51.65282,-0.43938,'ParishChurch'),new Array('Our Lady And St Vincent Church (40744-38162)',51.696896,-0.196186,'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';
}
//