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.857,-73.3191)};var g_b53b3c9fb0fe5c6cbdbb5fedace0745b = new google.maps.Geocoder();g_b53b3c9fb0fe5c6cbdbb5fedace0745b.geocode( { 'address': "580 Larkfield Rd, East Northport, NY 11731, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-northport-NY-roslyn-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-northport-NY-roslyn-savings-bank'), mapOptions);}document.getElementById('edd0c2a3').innerHTML += ' | View Map';var $lb53b3c9fb0fe5c6cbdbb5fedace0745b = '

Roslyn Savings Bank

Address: 580 Larkfield Rd, East Northport, NY 11731, USA
Phone: (631) 368-5900
';var m_b53b3c9fb0fe5c6cbdbb5fedace0745b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Roslyn Savings Bank',});m_b53b3c9fb0fe5c6cbdbb5fedace0745b['infowindow'] = new google.maps.InfoWindow({content: $lb53b3c9fb0fe5c6cbdbb5fedace0745b});var infowindow = new google.maps.InfoWindow({content: $lb53b3c9fb0fe5c6cbdbb5fedace0745b});google.maps.event.addListener(m_b53b3c9fb0fe5c6cbdbb5fedace0745b, 'click', function() {infowindow.open(map,m_b53b3c9fb0fe5c6cbdbb5fedace0745b);});$marker.push(m_b53b3c9fb0fe5c6cbdbb5fedace0745b);}});}google.maps.event.addDomListener(window, 'load', initialize);