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.2386)};var g_5e1a9c9c9cfa2977145f1728c2a23dae = new google.maps.Geocoder();g_5e1a9c9c9cfa2977145f1728c2a23dae.geocode( { 'address': "332 Montauk Hwy, Bay Shore, NY 11706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-shore-NY-atm---astoria-bank').style.display = '';map = new google.maps.Map(document.getElementById('bay-shore-NY-atm---astoria-bank'), mapOptions);}document.getElementById('adc00b9c').innerHTML += ' | View Map';var $l5e1a9c9c9cfa2977145f1728c2a23dae = '

ATM - Astoria Bank

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