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.8011,-72.7917)};var g_f03f59447b503ad37293fe8b71f37553 = new google.maps.Geocoder();g_f03f59447b503ad37293fe8b71f37553.geocode( { 'address': "311 Main St, Center Moriches, NY 11934, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('center-moriches-NY-atm-bethpage').style.display = '';map = new google.maps.Map(document.getElementById('center-moriches-NY-atm-bethpage'), mapOptions);}document.getElementById('cb665827').innerHTML += ' | View Map';var $lf03f59447b503ad37293fe8b71f37553 = '

ATM (Bethpage)

Address: 311 Main St, Center Moriches, NY 11934, USA
Phone: (800) 628-7070
';var m_f03f59447b503ad37293fe8b71f37553 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Bethpage)',});m_f03f59447b503ad37293fe8b71f37553['infowindow'] = new google.maps.InfoWindow({content: $lf03f59447b503ad37293fe8b71f37553});var infowindow = new google.maps.InfoWindow({content: $lf03f59447b503ad37293fe8b71f37553});google.maps.event.addListener(m_f03f59447b503ad37293fe8b71f37553, 'click', function() {infowindow.open(map,m_f03f59447b503ad37293fe8b71f37553);});$marker.push(m_f03f59447b503ad37293fe8b71f37553);}});}google.maps.event.addDomListener(window, 'load', initialize);