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.8712,-72.9963)};var g_6a71825dbf6d876764b845e0fd664e0b = new google.maps.Geocoder();g_6a71825dbf6d876764b845e0fd664e0b.geocode( { 'address': "269 Middle Country Rd, Coram, NY 11727, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coram-NY-astoria-federal-savings').style.display = '';map = new google.maps.Map(document.getElementById('coram-NY-astoria-federal-savings'), mapOptions);}document.getElementById('9d22391e').innerHTML += ' | View Map';var $l6a71825dbf6d876764b845e0fd664e0b = '

Astoria Federal Savings

Address: 269 Middle Country Rd, Coram, NY 11727, USA
Phone: (631) 698-1000
';var m_6a71825dbf6d876764b845e0fd664e0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Astoria Federal Savings',});m_6a71825dbf6d876764b845e0fd664e0b['infowindow'] = new google.maps.InfoWindow({content: $l6a71825dbf6d876764b845e0fd664e0b});var infowindow = new google.maps.InfoWindow({content: $l6a71825dbf6d876764b845e0fd664e0b});google.maps.event.addListener(m_6a71825dbf6d876764b845e0fd664e0b, 'click', function() {infowindow.open(map,m_6a71825dbf6d876764b845e0fd664e0b);});$marker.push(m_6a71825dbf6d876764b845e0fd664e0b);}});}google.maps.event.addDomListener(window, 'load', initialize);