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.1588,-72.6566)};var g_ad462c645b2eaa491d5ba87c8155df8a = new google.maps.Geocoder();g_ad462c645b2eaa491d5ba87c8155df8a.geocode( { 'address': "706 N Main St, Northfield, VT 05663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northfield-VT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('northfield-VT-citizens-bank'), mapOptions);}document.getElementById('57b35e51').innerHTML += ' | View Map';var $lad462c645b2eaa491d5ba87c8155df8a = '

Citizens Bank

Address: 706 N Main St, Northfield, VT 05663, USA
Phone:
';var m_ad462c645b2eaa491d5ba87c8155df8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_ad462c645b2eaa491d5ba87c8155df8a['infowindow'] = new google.maps.InfoWindow({content: $lad462c645b2eaa491d5ba87c8155df8a});var infowindow = new google.maps.InfoWindow({content: $lad462c645b2eaa491d5ba87c8155df8a});google.maps.event.addListener(m_ad462c645b2eaa491d5ba87c8155df8a, 'click', function() {infowindow.open(map,m_ad462c645b2eaa491d5ba87c8155df8a);});$marker.push(m_ad462c645b2eaa491d5ba87c8155df8a);}});}google.maps.event.addDomListener(window, 'load', initialize);