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.3251,-74.0299)};var g_99f0e91e4f90ecc1c3bdee598eadca30 = new google.maps.Geocoder();g_99f0e91e4f90ecc1c3bdee598eadca30.geocode( { 'address': "440 Main St, Cairo, NY 12413"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cairo-NY-berkshire-bank').style.display = '';map = new google.maps.Map(document.getElementById('cairo-NY-berkshire-bank'), mapOptions);}document.getElementById('afd1bec4').innerHTML += ' | View Map';var $l99f0e91e4f90ecc1c3bdee598eadca30 = '

Berkshire Bank

Address: 440 Main St, Cairo, NY 12413
Phone: (518) 622-3632
';var m_99f0e91e4f90ecc1c3bdee598eadca30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Berkshire Bank',});m_99f0e91e4f90ecc1c3bdee598eadca30['infowindow'] = new google.maps.InfoWindow({content: $l99f0e91e4f90ecc1c3bdee598eadca30});var infowindow = new google.maps.InfoWindow({content: $l99f0e91e4f90ecc1c3bdee598eadca30});google.maps.event.addListener(m_99f0e91e4f90ecc1c3bdee598eadca30, 'click', function() {infowindow.open(map,m_99f0e91e4f90ecc1c3bdee598eadca30);});$marker.push(m_99f0e91e4f90ecc1c3bdee598eadca30);}});}google.maps.event.addDomListener(window, 'load', initialize);