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.9281,-72.6558)};var g_44248500b2ceac00334b8e2a8078029f = new google.maps.Geocoder();g_44248500b2ceac00334b8e2a8078029f.geocode( { 'address': "1430 Old Country Rd, Riverhead, NY 11901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverhead-NY-hudson-city-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('riverhead-NY-hudson-city-savings-bank'), mapOptions);}document.getElementById('5864ba00').innerHTML += ' | View Map';var $l44248500b2ceac00334b8e2a8078029f = '

Hudson City Savings Bank

Address: 1430 Old Country Rd, Riverhead, NY 11901
Phone: (631) 727-8770
';var m_44248500b2ceac00334b8e2a8078029f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson City Savings Bank',});m_44248500b2ceac00334b8e2a8078029f['infowindow'] = new google.maps.InfoWindow({content: $l44248500b2ceac00334b8e2a8078029f});var infowindow = new google.maps.InfoWindow({content: $l44248500b2ceac00334b8e2a8078029f});google.maps.event.addListener(m_44248500b2ceac00334b8e2a8078029f, 'click', function() {infowindow.open(map,m_44248500b2ceac00334b8e2a8078029f);});$marker.push(m_44248500b2ceac00334b8e2a8078029f);}});}google.maps.event.addDomListener(window, 'load', initialize);