strList="
St Francis De Sales Church (0 miles)
Zoom on map | View full information
St. Francis De Sales Catholic Junior School School (0 miles)
Zoom on map | View full information
St. Francis De Sales Catholic Infant School School (0 miles)
Zoom on map | View full information
St Francis De Sales RC Junior School (0.1 miles)
Zoom on map | View full information
St John Vianney Church (1.6 miles)
Zoom on map | View full information
St Thomas More Catholic School School (1.7 miles)
Zoom on map | View full information
St Edmund`s Catholic Primary Enfield School (1.8 miles)
Zoom on map | View full information
";
function showResults()
{
document.getElementById("mapList").style.display="block";
}
var records = new Array(new Array('St Francis De Sales Church (40816-38198)',51.603805,-0.068294,'ParishChurch'),new Array('St. Francis De Sales Catholic Junior School School (38359-36463)',51.603546,-0.068941,'School'),new Array('St. Francis De Sales Catholic Infant School School (38353-36457)',51.603546,-0.068941,'School'),new Array('St Francis De Sales RC Junior School (39082-37188)',51.602963,-0.068994,'School'),new Array('St John Vianney Church (40862-38221)',51.586827,-0.09302,'ParishChurch'),new Array('St Thomas More Catholic School School (38363-36467)',51.604474,-0.108787,'School'),new Array('St Edmund`s Catholic Primary Enfield School (38340-36444)',51.629099,-0.055646,'School'),new Array('St Mary Priory Catholic Infant School School (38356-36460)',51.579954,-0.086207,'School'),new Array('St Mary Priory Catholic Junior School School (38357-36461)',51.579954,-0.086207,'School'),new Array('The Most Precious Blood And St Edmund Church (40530-38055)',51.629007,-0.056575,'ParishChurch'),new Array('St John Vianney Catholic Primary School School (38360-36464)',51.585669,-0.097024,'School'),new Array('St. Anne`s Catholic High School For Girls School (38344-36448)',51.616304,-0.107992,'School'),new Array('St. Ignatius Catholic Primary School School (38354-36458)',51.576385,-0.073065,'School'),new Array('St Patrick`s (36579-34678)',51.584909,-0.036141,'School'),new Array('St Ignatius Church (40788-38184)',51.576385,-0.073065,'ParishChurch'),new Array('St Paul The Apostle Church (40876-38228)',51.597048,-0.114525,'ParishChurch'),new Array('St. Paul`s Catholic Primary School School (38361-36465)',51.597048,-0.114525,'School'),new Array('Our Lady Of The Rosary And St Patrick Church (39436-37474)',51.583068,-0.036812,'ParishChurch'),new Array('St Monica Church (40724-38152)',51.624488,-0.103578,'ParishChurch'),new Array('Our Lady Convent High School School (38285-36389)',51.574271,-0.075233,'School'),new Array('Christ The King Church (39258-37356)',51.60182,-0.017216,'ParishChurch'),new Array('St Augustine Of Canterbury Church (40584-38082)',51.579731,-0.10293,'ParishChurch'),new Array('St. Monica`s Catholic Primary Enfield School (38343-36447)',51.62305,-0.120439,'School'),new Array('St Thomas More Church (40684-38132)',51.567611,-0.096364,'ParishChurch'),new Array('Walthamstow House Site (36581-34680)',51.5892647,-0.007527900000014,'School'),new Array('CARJ (71235-74891)',51.5674715,-0.0962247,'Other'),new Array('St Martin De Porres Catholic Primary School School (38355-36459)',51.607914,-0.133282,'School'),new Array('St Mary`s Junior School (36577-34676)',51.589265,-0.007528,'School'),new Array('Wiseman House Site (70989-34680)',51.58607840000001,-0.008418000000006,'Other'),new Array('Our Lady Of Good Counsel Church (40800-38190)',51.563419,-0.079197,'ParishChurch'),new Array('St Peter-in-chains Church (40804-38192)',51.576306,-0.116956,'ParishChurch'),new Array('St. Peter-in-Chains Roman Catholic Infant School School (38362-36466)',51.576259,-0.118531,'School'),new Array('St. Gildas` Roman Catholic Junior School School (38358-36462)',51.575652,-0.121039,'School'),new Array('Our Lady Of Lourdes Church (40706-38143)',51.615924,-0.134803,'ParishChurch'),new Array('Our Lady And St George Church (39434-37472)',51.581963,-0.006476,'ParishChurch'),new Array('St Mellitus Church (40814-38197)',51.567614,-0.112698,'ParishChurch'),new Array('St Helen`s Infant School (36578-34677)',51.581963,-0.006476,'School'),new Array('Our Lady Of Lourdes Catholic Primary School School (38283-36387)',51.615486,-0.137796,'School'),new Array('Our Lady And St George Church (39434-78621)',51.581963,-0.006476,'ParishChurch'),new Array('St Scholastica Church (40502-38041)',51.558535,-0.05997,'ParishChurch'),new Array('Our Lady Of Mount Carmel And St George Church (40534-38057)',51.649772,-0.080738,'ParishChurch'),new Array('Christ King Catholic Primary School (38251-36355)',51.566879,-0.113955,'School'),new Array('St Scholastica`s Catholic Primary School School (38348-36452)',51.558535,-0.05997,'School'),new Array('St Joseph`s Junior School (36575-34674)',51.569158,-0.016575,'School'),new Array('St. Mary`s Catholic Primary Enfield School (38342-36446)',51.648248,-0.04017,'School'),new Array('St Joseph`s Infant School (36576-34675)',51.564607,-0.024016,'School'),new Array('Church Of Mary Mother Of God Church (40740-38160)',51.647539,-0.039766,'ParishChurch'),new Array('Our Lady Of Muswell Church (40700-38140)',51.594137,-0.145152,'ParishChurch'),new Array('Whipps Cross University Hospital Chapel (65134-37472)',51.578831,0.002638,'Other'),new Array('St Joan Of Arc Catholic Primary School (38421-36525)',51.556609,-0.096102,'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';
}
//