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(43.3058,-76.1526)};var g_76a3839282e3a0d00cfde255d74109df = new google.maps.Geocoder();g_76a3839282e3a0d00cfde255d74109df.geocode( { 'address': "885 Us Route 11, Byrne Dairy Central Square, Central Square, NY 13036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('central-square-NY-berkshire-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('central-square-NY-berkshire-bank-atm'), mapOptions);}document.getElementById('e4bdd9c2').innerHTML += ' | View Map';var $l76a3839282e3a0d00cfde255d74109df = '

Berkshire Bank ATM

Address: 885 Us Route 11, Byrne Dairy Central Square, Central Square, NY 13036, USA
Phone: (800) 773-5601
';var m_76a3839282e3a0d00cfde255d74109df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Berkshire Bank ATM',});m_76a3839282e3a0d00cfde255d74109df['infowindow'] = new google.maps.InfoWindow({content: $l76a3839282e3a0d00cfde255d74109df});var infowindow = new google.maps.InfoWindow({content: $l76a3839282e3a0d00cfde255d74109df});google.maps.event.addListener(m_76a3839282e3a0d00cfde255d74109df, 'click', function() {infowindow.open(map,m_76a3839282e3a0d00cfde255d74109df);});$marker.push(m_76a3839282e3a0d00cfde255d74109df);}});}google.maps.event.addDomListener(window, 'load', initialize);