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.7801,-73.9555)};var g_3a22426f3c98523aa79dd79e152c921f = new google.maps.Geocoder();g_3a22426f3c98523aa79dd79e152c921f.geocode( { 'address': "1925 Curry Rd, Rotterdam, NY 12306, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rotterdam-NY-berkshire-bank').style.display = '';map = new google.maps.Map(document.getElementById('rotterdam-NY-berkshire-bank'), mapOptions);}document.getElementById('0540cd36').innerHTML += ' | View Map';var $l3a22426f3c98523aa79dd79e152c921f = '

Berkshire Bank

Address: 1925 Curry Rd, Rotterdam, NY 12306, USA
Phone: (518) 356-9890
';var m_3a22426f3c98523aa79dd79e152c921f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Berkshire Bank',});m_3a22426f3c98523aa79dd79e152c921f['infowindow'] = new google.maps.InfoWindow({content: $l3a22426f3c98523aa79dd79e152c921f});var infowindow = new google.maps.InfoWindow({content: $l3a22426f3c98523aa79dd79e152c921f});google.maps.event.addListener(m_3a22426f3c98523aa79dd79e152c921f, 'click', function() {infowindow.open(map,m_3a22426f3c98523aa79dd79e152c921f);});$marker.push(m_3a22426f3c98523aa79dd79e152c921f);}});}google.maps.event.addDomListener(window, 'load', initialize);