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(42.8792,-73.1983)};var g_31334e004c827779be4b47069aea595a = new google.maps.Geocoder();g_31334e004c827779be4b47069aea595a.geocode( { 'address': "310 Main St, Bennington, VT 05201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bennington-VT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('bennington-VT-citizens-bank'), mapOptions);}document.getElementById('7bb01526').innerHTML += ' | View Map';var $l31334e004c827779be4b47069aea595a = '

Citizens Bank

Address: 310 Main St, Bennington, VT 05201, USA
Phone: (802) 442-5409
';var m_31334e004c827779be4b47069aea595a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_31334e004c827779be4b47069aea595a['infowindow'] = new google.maps.InfoWindow({content: $l31334e004c827779be4b47069aea595a});var infowindow = new google.maps.InfoWindow({content: $l31334e004c827779be4b47069aea595a});google.maps.event.addListener(m_31334e004c827779be4b47069aea595a, 'click', function() {infowindow.open(map,m_31334e004c827779be4b47069aea595a);});$marker.push(m_31334e004c827779be4b47069aea595a);}});}google.maps.event.addDomListener(window, 'load', initialize);