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(41.8489,-73.5411)};var g_e259d9d7a8d528f56aa5dd7c30a04b56 = new google.maps.Geocoder();g_e259d9d7a8d528f56aa5dd7c30a04b56.geocode( { 'address': "5094 Route 22, Amenia, NY 12501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amenia-NY-bank-of-millbrook').style.display = '';map = new google.maps.Map(document.getElementById('amenia-NY-bank-of-millbrook'), mapOptions);}document.getElementById('dffb3a5b').innerHTML += ' | View Map';var $le259d9d7a8d528f56aa5dd7c30a04b56 = '

Bank Of Millbrook

Address: 5094 Route 22, Amenia, NY 12501
Phone: (845) 373-7731
';var m_e259d9d7a8d528f56aa5dd7c30a04b56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Millbrook',});m_e259d9d7a8d528f56aa5dd7c30a04b56['infowindow'] = new google.maps.InfoWindow({content: $le259d9d7a8d528f56aa5dd7c30a04b56});var infowindow = new google.maps.InfoWindow({content: $le259d9d7a8d528f56aa5dd7c30a04b56});google.maps.event.addListener(m_e259d9d7a8d528f56aa5dd7c30a04b56, 'click', function() {infowindow.open(map,m_e259d9d7a8d528f56aa5dd7c30a04b56);});$marker.push(m_e259d9d7a8d528f56aa5dd7c30a04b56);}});}google.maps.event.addDomListener(window, 'load', initialize);