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.9311,-72.6283)};var g_ca5144e865af1cec63e2c6d425e6fa82 = new google.maps.Geocoder();g_ca5144e865af1cec63e2c6d425e6fa82.geocode( { 'address': "90 Main St, Windsor Locks, CT 06096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-locks-CT-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('windsor-locks-CT-santander-atm'), mapOptions);}document.getElementById('fabc84da').innerHTML += ' | View Map';var $lca5144e865af1cec63e2c6d425e6fa82 = '

Santander ATM

Address: 90 Main St, Windsor Locks, CT 06096, USA
Phone:
';var m_ca5144e865af1cec63e2c6d425e6fa82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_ca5144e865af1cec63e2c6d425e6fa82['infowindow'] = new google.maps.InfoWindow({content: $lca5144e865af1cec63e2c6d425e6fa82});var infowindow = new google.maps.InfoWindow({content: $lca5144e865af1cec63e2c6d425e6fa82});google.maps.event.addListener(m_ca5144e865af1cec63e2c6d425e6fa82, 'click', function() {infowindow.open(map,m_ca5144e865af1cec63e2c6d425e6fa82);});$marker.push(m_ca5144e865af1cec63e2c6d425e6fa82);}});}google.maps.event.addDomListener(window, 'load', initialize);