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.3437,-73.7577)};var g_764edb0cc3671059f79b94bf602d868b = new google.maps.Geocoder();g_764edb0cc3671059f79b94bf602d868b.geocode( { 'address': "Baldwin Place, NY 10505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwin-place-NY-hudsoncity-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('baldwin-place-NY-hudsoncity-savings-bank'), mapOptions);}document.getElementById('94043ecd').innerHTML += ' | View Map';var $l764edb0cc3671059f79b94bf602d868b = '

Hudsoncity Savings Bank

Address: Baldwin Place, NY 10505, USA
Phone:
';var m_764edb0cc3671059f79b94bf602d868b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudsoncity Savings Bank',});m_764edb0cc3671059f79b94bf602d868b['infowindow'] = new google.maps.InfoWindow({content: $l764edb0cc3671059f79b94bf602d868b});var infowindow = new google.maps.InfoWindow({content: $l764edb0cc3671059f79b94bf602d868b});google.maps.event.addListener(m_764edb0cc3671059f79b94bf602d868b, 'click', function() {infowindow.open(map,m_764edb0cc3671059f79b94bf602d868b);});$marker.push(m_764edb0cc3671059f79b94bf602d868b);}});}google.maps.event.addDomListener(window, 'load', initialize);