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(41.065,-72.4272)};var g_5ab388a9689b74dae58b9eb2c7c02c66 = new google.maps.Geocoder();g_5ab388a9689b74dae58b9eb2c7c02c66.geocode( { 'address': "54375 NY-25, Southold, NY 11971, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southold-NY-atm-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('southold-NY-atm-capital-one-bank'), mapOptions);}document.getElementById('a09cc008').innerHTML += ' | View Map';var $l5ab388a9689b74dae58b9eb2c7c02c66 = '

ATM (Capital One Bank)

Address: 54375 NY-25, Southold, NY 11971, USA
Phone:
';var m_5ab388a9689b74dae58b9eb2c7c02c66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Capital One Bank)',});m_5ab388a9689b74dae58b9eb2c7c02c66['infowindow'] = new google.maps.InfoWindow({content: $l5ab388a9689b74dae58b9eb2c7c02c66});var infowindow = new google.maps.InfoWindow({content: $l5ab388a9689b74dae58b9eb2c7c02c66});google.maps.event.addListener(m_5ab388a9689b74dae58b9eb2c7c02c66, 'click', function() {infowindow.open(map,m_5ab388a9689b74dae58b9eb2c7c02c66);});$marker.push(m_5ab388a9689b74dae58b9eb2c7c02c66);}});}google.maps.event.addDomListener(window, 'load', initialize);