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()};var g_23d71e6d4234397289a175b92937f73e = new google.maps.Geocoder();g_23d71e6d4234397289a175b92937f73e.geocode( { 'address': "693 E Jericho Tpke, Huntington Sta, NY 11746"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-sta-NY-roslyn-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntington-sta-NY-roslyn-savings-bank'), mapOptions);}document.getElementById('ab020478').innerHTML += ' | View Map';var $l23d71e6d4234397289a175b92937f73e = '

Roslyn Savings Bank

Address: 693 E Jericho Tpke, Huntington Sta, NY 11746
Phone: (631) 425-9191
';var m_23d71e6d4234397289a175b92937f73e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Roslyn Savings Bank',});m_23d71e6d4234397289a175b92937f73e['infowindow'] = new google.maps.InfoWindow({content: $l23d71e6d4234397289a175b92937f73e});var infowindow = new google.maps.InfoWindow({content: $l23d71e6d4234397289a175b92937f73e});google.maps.event.addListener(m_23d71e6d4234397289a175b92937f73e, 'click', function() {infowindow.open(map,m_23d71e6d4234397289a175b92937f73e);});$marker.push(m_23d71e6d4234397289a175b92937f73e);}});}google.maps.event.addDomListener(window, 'load', initialize);