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.3337,-73.0834)};var g_6c159cf6cb6cd27195007120b8f2578e = new google.maps.Geocoder();g_6c159cf6cb6cd27195007120b8f2578e.geocode( { 'address': "24 Pershing Dr, Ansonia, CT 06401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ansonia-CT-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('ansonia-CT-santander-bank-atm'), mapOptions);}document.getElementById('50beaf62').innerHTML += ' | View Map';var $l6c159cf6cb6cd27195007120b8f2578e = '

Santander Bank ATM

Address: 24 Pershing Dr, Ansonia, CT 06401, USA
Phone: (877) 768-2265
';var m_6c159cf6cb6cd27195007120b8f2578e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_6c159cf6cb6cd27195007120b8f2578e['infowindow'] = new google.maps.InfoWindow({content: $l6c159cf6cb6cd27195007120b8f2578e});var infowindow = new google.maps.InfoWindow({content: $l6c159cf6cb6cd27195007120b8f2578e});google.maps.event.addListener(m_6c159cf6cb6cd27195007120b8f2578e, 'click', function() {infowindow.open(map,m_6c159cf6cb6cd27195007120b8f2578e);});$marker.push(m_6c159cf6cb6cd27195007120b8f2578e);}});}google.maps.event.addDomListener(window, 'load', initialize);