strList="

Corpus Christi (0 miles)
Zoom on map | View full information

Corpus Christi Catholic Primary School (0.2 miles)
Zoom on map | View full information

St Francis of Assisi (2.8 miles)
Zoom on map | View full information

St Matthew`s Catholic Primary School (2.9 miles)
Zoom on map | View full information

St Thomas Of Canterbury Cath Prim Sch, Windleshaw School (3 miles)
Zoom on map | View full information

St Mary`s Presbytery (3.1 miles)
Zoom on map | View full information

Birchley,st Mary`s Catholic Primary School (3.1 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Corpus Christi (52913-57745)',53.503935,-2.789526,'ParishChurch'),new Array('Corpus Christi Catholic Primary School (37444-35548)',53.506796,-2.790484,'School'),new Array('St Francis of Assisi (72543-57726)',53.54050239999999,-2.7613083,'ParishChurch'),new Array('St Matthew`s Catholic Primary School (37542-35646)',53.541786,-2.760502,'School'),new Array('St Thomas Of Canterbury Cath Prim Sch, Windleshaw School (37462-35566)',53.464298,-2.75996,'School'),new Array('St Mary`s Presbytery (52916-57747)',53.49183,-2.716289,'Other'),new Array('Birchley,st Mary`s Catholic Primary School (37465-35569)',53.49183,-2.716289,'School'),new Array('St Mary`s Presbytery (52916-77244)',53.49183,-2.716289,'Other'),new Array('St Mary (52917-57747)',53.49183,-2.716289,'ParishChurch'),new Array('St Richard`s Catholic Primary School (37568-35672)',53.549617,-2.806843,'School'),new Array('St Julie`s Parish House (52914-57746)',53.458334,-2.782926,'Other'),new Array('St Edmund`s Catholic Primary School (37548-35652)',53.550156,-2.787986,'School'),new Array('St Julie (52915-57746)',53.458334,-2.782926,'ParishChurch'),new Array('St Thomas of Canterbury (52925-77169)',53.462319,-2.757333,'ParishChurch'),new Array('St Julie`s RC Primary School (37471-35575)',53.456793,-2.78222,'School'),new Array('De La Salle High School (37621-35725)',53.455481,-2.769636,'School'),new Array('Nugent House School (37656-35760)',53.491976,-2.709976,'School'),new Array('St Peter`s and St Paul`s Catholic Primary School (37463-35567)',53.470662,-2.725258,'School'),new Array('St John`s Catholic Primary School (37546-35650)',53.552137,-2.765216,'School'),new Array('St James`s Catholic Primary School (37520-35624)',53.529026,-2.714654,'School'),new Array('St James (52867-57722)',53.529026,-2.714654,'ParishChurch'),new Array('St Marie`s Catholic Primary School (37407-35511)',53.486876,-2.873274,'School'),new Array('St Teresa`s Catholic Primary School (37460-35564)',53.454157,-2.757399,'School'),new Array('St Peter`s and St Paul`s Catholic Primary School (37419-35523)',53.497945,-2.88018,'School'),new Array('St Mary Mother of God (52897-57737)',53.48772,-2.87709,'ParishChurch'),new Array('St Teresa (52923-57750)',53.450398,-2.770118,'ParishChurch'),new Array('St Mary Queen of Apostles (72544-57726)',53.55956519999999,-2.7797514,'ParishChurch'),new Array('St Teresa`s Catholic Primary School (37569-35673)',53.548462,-2.726105,'School'),new Array('St Teresa (52873-57725)',53.548462,-2.726105,'ParishChurch'),new Array('Our Lady Queen Of Peace RC High School (37637-35741)',53.56268,-2.791661,'School'),new Array('Holy Cross Catholic Primary School (37457-35561)',53.456004,-2.732161,'School'),new Array('Parish Office (72606-77169)',53.4537434,-2.7326182,'Other'),new Array('St Laurence`s Catholic Primary School (37402-35506)',53.476666,-2.880508,'School'),new Array('Holy Cross and St Helen (52927-57752)',53.453728,-2.732619,'ParishChurch'),new Array('St John Fisher Catholic Primary School (37417-35521)',53.4528,-2.84958,'School'),new Array('Our Lady Immaculate and St Joseph (52905-57741)',53.448848,-2.836268,'ParishChurch'),new Array('Ss Peter and Paul (52901-57739)',53.49442020000001,-2.892002400000024,'ParishChurch'),new Array('St John Fisher (52907-57742)',53.453846,-2.850324,'ParishChurch'),new Array('St Peter`s Catholic High School (38893-36999)',53.564227,-2.761701,'School'),new Array('St James RC Primary School (37547-35651)',53.564809,-2.772556,'School'),new Array('Southdene Community (72437-77289)',53.4766981,-2.8843494,'Other'),new Array('Carmel RC Sixth Form College School (39093-37199)',53.442095,-2.769936,'School'),new Array('Blackbrook St Mary`s Catholic Primary School (37456-35560)',53.464369,-2.70596,'School'),new Array('All Saints Catholic High School (37605-35709)',53.474402,-2.883926,'School'),new Array('St Mary Immaculate (52937-57757)',53.465,-2.704103,'ParishChurch'),new Array('St Joseph The Worker RC Primary School (37403-35507)',53.475795,-2.887617,'School'),new Array('St Michael and All Angels (52899-57738)',53.479949,-2.892656,'ParishChurch'),new Array('St Joseph and St Laurence (52895-57736)',53.479949,-2.892656,'ParishChurch'),new Array('Holy Angels Catholic Primary School (37405-35509)',53.484371,-2.89952,'School'),new Array('St Augustine Of Canterbury Catholic High School (37620-35724)',53.458144,-2.706776,'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'; } //