strList="

Sacred Heart Church (0 miles)
Zoom on map | View full information

St Marie`s Junior School (1.5 miles)
Zoom on map | View full information

St Marie Church (1.6 miles)
Zoom on map | View full information

St Marie`s Nursery & Infant School (1.6 miles)
Zoom on map | View full information

English Martyrs School (3.3 miles)
Zoom on map | View full information

English Martyrs Church (3.3 miles)
Zoom on map | View full information

Our Lady`s School (5.2 miles)
Zoom on map | View full information

"; function showResults() { document.getElementById("mapList").style.display="block"; } var records = new Array(new Array('Sacred Heart Church (36372-34518)',52.356159,-1.297477,'ParishChurch'),new Array('St Marie`s Junior School (36812-34911)',52.366938,-1.267741,'School'),new Array('St Marie Church (36410-34537)',52.367284,-1.264035,'ParishChurch'),new Array('St Marie`s Nursery and Infant School (36813-34912)',52.36725,-1.264417,'School'),new Array('English Martyrs School (36814-34913)',52.358104,-1.220444,'School'),new Array('English Martyrs Church (36263-34464)',52.358104,-1.220444,'ParishChurch'),new Array('Our Lady`s School (36811-34910)',52.333821,-1.415119,'School'),new Array('Our Lady of the Angels Church (36061-34362)',52.336012,-1.422018,'ParishChurch'),new Array('Our Lady of the Angels Church (36061-34528)',52.336012,-1.422018,'ParishChurch'),new Array('Princethorpe College School (38818-36924)',52.336012,-1.422018,'School'),new Array('St Joseph Church (36100-34464)',52.444414,-1.313891,'ParishChurch'),new Array('St Joseph Church (36100-34382)',52.444414,-1.313891,'ParishChurch'),new Array('St Anne Church (36392-34528)',52.32095,-1.447595,'ParishChurch'),new Array('Corpus Christi School (36659-34758)',52.393093,-1.462449,'School'),new Array('St Anne Church (36194-34429)',52.385515,-1.466523,'ParishChurch'),new Array('Corpus Christi Church (36354-34509)',52.393093,-1.462449,'ParishChurch'),new Array('Our Lady of the Most Holy Rosary Church (49675-56000)',52.374279,-1.12437,'ParishChurch'),new Array('St Gregory`s School (36655-34754)',52.409643,-1.454265,'School'),new Array('St Anne`s School (36653-34752)',52.384735,-1.473041,'School'),new Array('St Peter and St Paul School (36825-34924)',52.42655,-1.445894,'School'),new Array('Our Lady and St Wulstan Church (36328-34496)',52.253301,-1.386265,'ParishChurch'),new Array('St Mary`s School (36799-34898)',52.25353,-1.385441,'School'),new Array('Our Lady of Victories and St Alphonsus Church (56036-62235)',52.458576,-1.203821,'ParishChurch'),new Array('St John Fisher Church (36265-34465)',52.42049,-1.461234,'ParishChurch'),new Array('St John Fisher School (36648-34747)',52.421417,-1.465413,'School'),new Array('Sacred Heart Church (36384-34524)',52.409789,-1.478784,'ParishChurch'),new Array('Sacred Heart School (36644-34743)',52.409642,-1.48008,'School'),new Array('Cardinal Wiseman School (36663-34762)',52.43614,-1.452982,'School'),new Array('St Patrick`s School (36649-34748)',52.438195,-1.45809,'School'),new Array('St Patrick Church (36422-34543)',52.4397058,-1.458160200000066,'ParishChurch'),new Array('Our Lady Of Charity and St Augustine Church (49513-56000)',52.255242,-1.16233,'ParishChurch'),new Array('St Thomas More Church (36360-34512)',52.385706,-1.508601,'ParishChurch'),new Array('St Thomas More School (36657-34756)',52.384737,-1.51105,'School'),new Array('SS Mary and Benedict Church (36388-34526)',52.4103,-1.499198,'ParishChurch'),new Array('St Mary and St Benedict`s School (36642-34741)',52.413931,-1.496893,'School'),new Array('Our Lady and St Teresa`s School (36809-34908)',52.311874,-1.507629,'School'),new Array('St Vladimir the Great Church (36394-34529)',52.426708,-1.492737,'ParishChurch'),new Array('Good Shepherd School (36651-34750)',52.435067,-1.488606,'School'),new Array('St Elizabeth`s School (36645-34744)',52.429124,-1.494764,'School'),new Array('St Elizabeth Church (36170-34417)',52.429124,-1.494764,'ParishChurch'),new Array('St Stanislaus Kosta Church (36168-34416)',52.417119,-1.506649,'ParishChurch'),new Array('Our Lady Church (36211-34438)',52.30251,-1.517236,'ParishChurch'),new Array('St Osburg`s School (36646-34745)',52.411182,-1.518961,'School'),new Array('Bishop Ullathorne School (36661-34760)',52.379956,-1.536034,'School'),new Array('The Most Holy Sacrament and St Osburg Church (36178-34421)',52.411072,-1.520624,'ParishChurch'),new Array('Our Lady of the Sacred Heart Church (36257-34461)',52.481665,-1.435676,'ParishChurch'),new Array('St Anthony`s School (36807-34906)',52.283699,-1.516443,'School'),new Array('All Souls Church (36229-34447)',52.405735,-1.537174,'ParishChurch'),new Array('All Souls School (36658-34757)',52.406106,-1.53795,'School'),new Array('St Augustine`s Church (65103-34430)',52.427415,-1.524756,'Church')); // 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'; } //