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.422,-72.8434)};var g_c983ea0862b299a0f2108b15124ea697 = new google.maps.Geocoder();g_c983ea0862b299a0f2108b15124ea697.geocode( { 'address': "57A Dodge Ave, North Haven, CT 06473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-atm-capital-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-atm-capital-one-bank'), mapOptions);}document.getElementById('f2d16edc').innerHTML += ' | View Map';var $lc983ea0862b299a0f2108b15124ea697 = '

ATM (Capital One Bank)

Address: 57A Dodge Ave, North Haven, CT 06473, USA
Phone:
';var m_c983ea0862b299a0f2108b15124ea697 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Capital One Bank)',});m_c983ea0862b299a0f2108b15124ea697['infowindow'] = new google.maps.InfoWindow({content: $lc983ea0862b299a0f2108b15124ea697});var infowindow = new google.maps.InfoWindow({content: $lc983ea0862b299a0f2108b15124ea697});google.maps.event.addListener(m_c983ea0862b299a0f2108b15124ea697, 'click', function() {infowindow.open(map,m_c983ea0862b299a0f2108b15124ea697);});$marker.push(m_c983ea0862b299a0f2108b15124ea697);}});}google.maps.event.addDomListener(window, 'load', initialize);