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.7795,-73.5303)};var g_694a412702692cc40c12e601d30f5b92 = new google.maps.Geocoder();g_694a412702692cc40c12e601d30f5b92.geocode( { 'address': "301 N Broadway, Jericho, NY 11753, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jericho-NY-astoria-bank').style.display = '';map = new google.maps.Map(document.getElementById('jericho-NY-astoria-bank'), mapOptions);}document.getElementById('42e496fc').innerHTML += ' | View Map';var $l694a412702692cc40c12e601d30f5b92 = '

Astoria Bank

Address: 301 N Broadway, Jericho, NY 11753, USA
Phone: (516) 681-4000
';var m_694a412702692cc40c12e601d30f5b92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Astoria Bank',});m_694a412702692cc40c12e601d30f5b92['infowindow'] = new google.maps.InfoWindow({content: $l694a412702692cc40c12e601d30f5b92});var infowindow = new google.maps.InfoWindow({content: $l694a412702692cc40c12e601d30f5b92});google.maps.event.addListener(m_694a412702692cc40c12e601d30f5b92, 'click', function() {infowindow.open(map,m_694a412702692cc40c12e601d30f5b92);});$marker.push(m_694a412702692cc40c12e601d30f5b92);}});}google.maps.event.addDomListener(window, 'load', initialize);