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.8651,-73.6271)};var g_ae4c4c058abc74181226a680b2948e41 = new google.maps.Geocoder();g_ae4c4c058abc74181226a680b2948e41.geocode( { 'address': "44 Cedar Swamp Rd, Glen Cove, NY 11542"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-cove-NY-astoria-federal-savings-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('glen-cove-NY-astoria-federal-savings-loan-association'), mapOptions);}document.getElementById('a343e9c4').innerHTML += ' | View Map';var $lae4c4c058abc74181226a680b2948e41 = '

Astoria Federal Savings & Loan Association

Address: 44 Cedar Swamp Rd, Glen Cove, NY 11542
Phone: (516) 671-6200
';var m_ae4c4c058abc74181226a680b2948e41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Astoria Federal Savings & Loan Association',});m_ae4c4c058abc74181226a680b2948e41['infowindow'] = new google.maps.InfoWindow({content: $lae4c4c058abc74181226a680b2948e41});var infowindow = new google.maps.InfoWindow({content: $lae4c4c058abc74181226a680b2948e41});google.maps.event.addListener(m_ae4c4c058abc74181226a680b2948e41, 'click', function() {infowindow.open(map,m_ae4c4c058abc74181226a680b2948e41);});$marker.push(m_ae4c4c058abc74181226a680b2948e41);}});}google.maps.event.addDomListener(window, 'load', initialize);