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(40.9466,-72.9952)};var g_fed5f9554346ac74550943df6a7e5eb9 = new google.maps.Geocoder();g_fed5f9554346ac74550943df6a7e5eb9.geocode( { 'address': "301 Route 25a, Miller Place, NY 11764"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miller-place-NY-hudson-city-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('miller-place-NY-hudson-city-savings-bank'), mapOptions);}document.getElementById('f983274b').innerHTML += ' | View Map';var $lfed5f9554346ac74550943df6a7e5eb9 = '

Hudson City Savings Bank

Address: 301 Route 25a, Miller Place, NY 11764
Phone: (631) 331-2687
';var m_fed5f9554346ac74550943df6a7e5eb9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson City Savings Bank',});m_fed5f9554346ac74550943df6a7e5eb9['infowindow'] = new google.maps.InfoWindow({content: $lfed5f9554346ac74550943df6a7e5eb9});var infowindow = new google.maps.InfoWindow({content: $lfed5f9554346ac74550943df6a7e5eb9});google.maps.event.addListener(m_fed5f9554346ac74550943df6a7e5eb9, 'click', function() {infowindow.open(map,m_fed5f9554346ac74550943df6a7e5eb9);});$marker.push(m_fed5f9554346ac74550943df6a7e5eb9);}});}google.maps.event.addDomListener(window, 'load', initialize);