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.7093,-73.2993)};var g_0639d07c2bcc4603d686ea305fa2f687 = new google.maps.Geocoder();g_0639d07c2bcc4603d686ea305fa2f687.geocode( { 'address': "526 Union Blvd, West Islip, NY 11795"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-islip-NY-astoria-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-islip-NY-astoria-federal-savings-bank'), mapOptions);}document.getElementById('ae2373bd').innerHTML += ' | View Map';var $l0639d07c2bcc4603d686ea305fa2f687 = '

Astoria Federal Savings Bank

Address: 526 Union Blvd, West Islip, NY 11795
Phone: (631) 587-8800
';var m_0639d07c2bcc4603d686ea305fa2f687 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Astoria Federal Savings Bank',});m_0639d07c2bcc4603d686ea305fa2f687['infowindow'] = new google.maps.InfoWindow({content: $l0639d07c2bcc4603d686ea305fa2f687});var infowindow = new google.maps.InfoWindow({content: $l0639d07c2bcc4603d686ea305fa2f687});google.maps.event.addListener(m_0639d07c2bcc4603d686ea305fa2f687, 'click', function() {infowindow.open(map,m_0639d07c2bcc4603d686ea305fa2f687);});$marker.push(m_0639d07c2bcc4603d686ea305fa2f687);}});}google.maps.event.addDomListener(window, 'load', initialize);