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_7c5bed1d63cbde2e32355a5f67282e19 = new google.maps.Geocoder();g_7c5bed1d63cbde2e32355a5f67282e19.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-bank').style.display = '';map = new google.maps.Map(document.getElementById('coram-NY-astoria-bank'), mapOptions);}document.getElementById('9d22391e').innerHTML += ' | View Map';var $l7c5bed1d63cbde2e32355a5f67282e19 = '

Astoria Bank

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