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.2921,-74.219)};var g_b71cbd1df28dad76c64f66196c478a90 = new google.maps.Geocoder();g_b71cbd1df28dad76c64f66196c478a90.geocode( { 'address': "NY-296, Windham, NY 12496, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windham-NY-berkshire-bank').style.display = '';map = new google.maps.Map(document.getElementById('windham-NY-berkshire-bank'), mapOptions);}document.getElementById('6628fb03').innerHTML += ' | View Map';var $lb71cbd1df28dad76c64f66196c478a90 = '

Berkshire Bank

Address: NY-296, Windham, NY 12496, USA
Phone:
';var m_b71cbd1df28dad76c64f66196c478a90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Berkshire Bank',});m_b71cbd1df28dad76c64f66196c478a90['infowindow'] = new google.maps.InfoWindow({content: $lb71cbd1df28dad76c64f66196c478a90});var infowindow = new google.maps.InfoWindow({content: $lb71cbd1df28dad76c64f66196c478a90});google.maps.event.addListener(m_b71cbd1df28dad76c64f66196c478a90, 'click', function() {infowindow.open(map,m_b71cbd1df28dad76c64f66196c478a90);});$marker.push(m_b71cbd1df28dad76c64f66196c478a90);}});}google.maps.event.addDomListener(window, 'load', initialize);