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.1445,-73.9965)};var g_e0656fb5e1c0a36e6c607c3e2fa59465 = new google.maps.Geocoder();g_e0656fb5e1c0a36e6c607c3e2fa59465.geocode( { 'address': "254 S Main St, New City, NY 10956"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-hudson-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-hudson-valley-bank'), mapOptions);}document.getElementById('74a58ddb').innerHTML += ' | View Map';var $le0656fb5e1c0a36e6c607c3e2fa59465 = '

Hudson Valley Bank

Address: 254 S Main St, New City, NY 10956
Phone: (845) 634-0706
';var m_e0656fb5e1c0a36e6c607c3e2fa59465 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson Valley Bank',});m_e0656fb5e1c0a36e6c607c3e2fa59465['infowindow'] = new google.maps.InfoWindow({content: $le0656fb5e1c0a36e6c607c3e2fa59465});var infowindow = new google.maps.InfoWindow({content: $le0656fb5e1c0a36e6c607c3e2fa59465});google.maps.event.addListener(m_e0656fb5e1c0a36e6c607c3e2fa59465, 'click', function() {infowindow.open(map,m_e0656fb5e1c0a36e6c607c3e2fa59465);});$marker.push(m_e0656fb5e1c0a36e6c607c3e2fa59465);}});}google.maps.event.addDomListener(window, 'load', initialize);