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.7249,-73.2395)};var g_b18941256766a0b8b4c85bac67779a51 = new google.maps.Geocoder();g_b18941256766a0b8b4c85bac67779a51.geocode( { 'address': "300 E Main St, Bay Shore, NY 11706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-shore-NY-astoria-bank').style.display = '';map = new google.maps.Map(document.getElementById('bay-shore-NY-astoria-bank'), mapOptions);}document.getElementById('dec24d79').innerHTML += ' | View Map';var $lb18941256766a0b8b4c85bac67779a51 = '

Astoria Bank

Address: 300 E Main St, Bay Shore, NY 11706, USA
Phone: (631) 665-6602
';var m_b18941256766a0b8b4c85bac67779a51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Astoria Bank',});m_b18941256766a0b8b4c85bac67779a51['infowindow'] = new google.maps.InfoWindow({content: $lb18941256766a0b8b4c85bac67779a51});var infowindow = new google.maps.InfoWindow({content: $lb18941256766a0b8b4c85bac67779a51});google.maps.event.addListener(m_b18941256766a0b8b4c85bac67779a51, 'click', function() {infowindow.open(map,m_b18941256766a0b8b4c85bac67779a51);});$marker.push(m_b18941256766a0b8b4c85bac67779a51);}});}google.maps.event.addDomListener(window, 'load', initialize);