var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(44.7955,-72.9697)};var g_216d8167db3e5bd18b0b7bc7bd036546 = new google.maps.Geocoder();g_216d8167db3e5bd18b0b7bc7bd036546.geocode( { 'address': "Fairfield, VT 05455, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-VT-st-patricks-parish-cu').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-VT-st-patricks-parish-cu'), mapOptions);}document.getElementById('3080bc36').innerHTML += ' | View Map';var $l216d8167db3e5bd18b0b7bc7bd036546 = '

St Patricks Parish Cu

Address: Fairfield, VT 05455, USA
Phone: (802) 827-6684
';var m_216d8167db3e5bd18b0b7bc7bd036546 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Patricks Parish Cu',});m_216d8167db3e5bd18b0b7bc7bd036546['infowindow'] = new google.maps.InfoWindow({content: $l216d8167db3e5bd18b0b7bc7bd036546});var infowindow = new google.maps.InfoWindow({content: $l216d8167db3e5bd18b0b7bc7bd036546});google.maps.event.addListener(m_216d8167db3e5bd18b0b7bc7bd036546, 'click', function() {infowindow.open(map,m_216d8167db3e5bd18b0b7bc7bd036546);});$marker.push(m_216d8167db3e5bd18b0b7bc7bd036546);}});}google.maps.event.addDomListener(window, 'load', initialize);