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.8796,-73.1977)};var g_c876914f82ce54cb533b186afd41166e = new google.maps.Geocoder();g_c876914f82ce54cb533b186afd41166e.geocode( { 'address': "210 Northside Dr, Bennington, VT 05201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bennington-VT-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('bennington-VT-merchants-bank'), mapOptions);}document.getElementById('74fb2f2b').innerHTML += ' | View Map';var $lc876914f82ce54cb533b186afd41166e = '

Merchants Bank

Address: 210 Northside Dr, Bennington, VT 05201
Phone: (802) 442-8321
';var m_c876914f82ce54cb533b186afd41166e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants Bank',});m_c876914f82ce54cb533b186afd41166e['infowindow'] = new google.maps.InfoWindow({content: $lc876914f82ce54cb533b186afd41166e});var infowindow = new google.maps.InfoWindow({content: $lc876914f82ce54cb533b186afd41166e});google.maps.event.addListener(m_c876914f82ce54cb533b186afd41166e, 'click', function() {infowindow.open(map,m_c876914f82ce54cb533b186afd41166e);});$marker.push(m_c876914f82ce54cb533b186afd41166e);}});}google.maps.event.addDomListener(window, 'load', initialize);