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.0065,-74.1057)};var g_1021cd5f87bc8b4c0820a3c5a86dbef4 = new google.maps.Geocoder();g_1021cd5f87bc8b4c0820a3c5a86dbef4.geocode( { 'address': "295 State Route 375, West Hurley, NY 12491"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-hurley-NY-rondout-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-hurley-NY-rondout-savings-bank'), mapOptions);}document.getElementById('9f7742c7').innerHTML += ' | View Map';var $l1021cd5f87bc8b4c0820a3c5a86dbef4 = '

Rondout Savings Bank

Address: 295 State Route 375, West Hurley, NY 12491
Phone: (845) 679-2600
';var m_1021cd5f87bc8b4c0820a3c5a86dbef4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rondout Savings Bank',});m_1021cd5f87bc8b4c0820a3c5a86dbef4['infowindow'] = new google.maps.InfoWindow({content: $l1021cd5f87bc8b4c0820a3c5a86dbef4});var infowindow = new google.maps.InfoWindow({content: $l1021cd5f87bc8b4c0820a3c5a86dbef4});google.maps.event.addListener(m_1021cd5f87bc8b4c0820a3c5a86dbef4, 'click', function() {infowindow.open(map,m_1021cd5f87bc8b4c0820a3c5a86dbef4);});$marker.push(m_1021cd5f87bc8b4c0820a3c5a86dbef4);}});}google.maps.event.addDomListener(window, 'load', initialize);