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.6858,-73.514)};var g_76c64fa9d40004ee81fcfc4cca2e1aa5 = new google.maps.Geocoder();g_76c64fa9d40004ee81fcfc4cca2e1aa5.geocode( { 'address': "1149 Wantagh Ave, Wantagh, NY 11793"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wantagh-NY-astoria-federal-savings-loan').style.display = '';map = new google.maps.Map(document.getElementById('wantagh-NY-astoria-federal-savings-loan'), mapOptions);}document.getElementById('8cf07dfc').innerHTML += ' | View Map';var $l76c64fa9d40004ee81fcfc4cca2e1aa5 = '

Astoria Federal Savings & Loan

Address: 1149 Wantagh Ave, Wantagh, NY 11793
Phone: (516) 221-1010
';var m_76c64fa9d40004ee81fcfc4cca2e1aa5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Astoria Federal Savings & Loan',});m_76c64fa9d40004ee81fcfc4cca2e1aa5['infowindow'] = new google.maps.InfoWindow({content: $l76c64fa9d40004ee81fcfc4cca2e1aa5});var infowindow = new google.maps.InfoWindow({content: $l76c64fa9d40004ee81fcfc4cca2e1aa5});google.maps.event.addListener(m_76c64fa9d40004ee81fcfc4cca2e1aa5, 'click', function() {infowindow.open(map,m_76c64fa9d40004ee81fcfc4cca2e1aa5);});$marker.push(m_76c64fa9d40004ee81fcfc4cca2e1aa5);}});}google.maps.event.addDomListener(window, 'load', initialize);