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.8815,-72.9528)};var g_3bf07985bf8a5a37fcf65989269e8edc = new google.maps.Geocoder();g_3bf07985bf8a5a37fcf65989269e8edc.geocode( { 'address': "599 Middle Country Rd, Middle Island, NY 11953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middle-island-NY-astoria-federal-savings').style.display = '';map = new google.maps.Map(document.getElementById('middle-island-NY-astoria-federal-savings'), mapOptions);}document.getElementById('044c8860').innerHTML += ' | View Map';var $l3bf07985bf8a5a37fcf65989269e8edc = '

Astoria Federal Savings

Address: 599 Middle Country Rd, Middle Island, NY 11953, USA
Phone: (631) 924-7600
';var m_3bf07985bf8a5a37fcf65989269e8edc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Astoria Federal Savings',});m_3bf07985bf8a5a37fcf65989269e8edc['infowindow'] = new google.maps.InfoWindow({content: $l3bf07985bf8a5a37fcf65989269e8edc});var infowindow = new google.maps.InfoWindow({content: $l3bf07985bf8a5a37fcf65989269e8edc});google.maps.event.addListener(m_3bf07985bf8a5a37fcf65989269e8edc, 'click', function() {infowindow.open(map,m_3bf07985bf8a5a37fcf65989269e8edc);});$marker.push(m_3bf07985bf8a5a37fcf65989269e8edc);}});}google.maps.event.addDomListener(window, 'load', initialize);