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.5893,-73.7364)};var g_8d52944dcffa616b65e5fca75e7bf77b = new google.maps.Geocoder();g_8d52944dcffa616b65e5fca75e7bf77b.geocode( { 'address': "2025 Park St, Atlantic Beach, NY 11509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlantic-beach-NY-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlantic-beach-NY-capital-one-bank'), mapOptions);}document.getElementById('b6f44d81').innerHTML += ' | View Map';var $l8d52944dcffa616b65e5fca75e7bf77b = '

Capital One Bank

Address: 2025 Park St, Atlantic Beach, NY 11509, USA
Phone: (516) 239-1480
';var m_8d52944dcffa616b65e5fca75e7bf77b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital One Bank',});m_8d52944dcffa616b65e5fca75e7bf77b['infowindow'] = new google.maps.InfoWindow({content: $l8d52944dcffa616b65e5fca75e7bf77b});var infowindow = new google.maps.InfoWindow({content: $l8d52944dcffa616b65e5fca75e7bf77b});google.maps.event.addListener(m_8d52944dcffa616b65e5fca75e7bf77b, 'click', function() {infowindow.open(map,m_8d52944dcffa616b65e5fca75e7bf77b);});$marker.push(m_8d52944dcffa616b65e5fca75e7bf77b);}});}google.maps.event.addDomListener(window, 'load', initialize);