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(43.2547,-73.0993)};var g_46877f84678ff14c6f1b6a1e2b4434a0 = new google.maps.Geocoder();g_46877f84678ff14c6f1b6a1e2b4434a0.geocode( { 'address': "23 Church St, Dorset, VT 05251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dorset-VT-berkshire-bank').style.display = '';map = new google.maps.Map(document.getElementById('dorset-VT-berkshire-bank'), mapOptions);}document.getElementById('55774205').innerHTML += ' | View Map';var $l46877f84678ff14c6f1b6a1e2b4434a0 = '

Berkshire Bank

Address: 23 Church St, Dorset, VT 05251, USA
Phone: (802) 867-2234
';var m_46877f84678ff14c6f1b6a1e2b4434a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Berkshire Bank',});m_46877f84678ff14c6f1b6a1e2b4434a0['infowindow'] = new google.maps.InfoWindow({content: $l46877f84678ff14c6f1b6a1e2b4434a0});var infowindow = new google.maps.InfoWindow({content: $l46877f84678ff14c6f1b6a1e2b4434a0});google.maps.event.addListener(m_46877f84678ff14c6f1b6a1e2b4434a0, 'click', function() {infowindow.open(map,m_46877f84678ff14c6f1b6a1e2b4434a0);});$marker.push(m_46877f84678ff14c6f1b6a1e2b4434a0);}});}google.maps.event.addDomListener(window, 'load', initialize);