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.9902,-72.5764)};var g_a793d307441615af6aaad7497a75de59 = new google.maps.Geocoder();g_a793d307441615af6aaad7497a75de59.geocode( { 'address': "47 Hazard Ave, Enfield, CT 06082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enfield-CT-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('enfield-CT-sovereign-atm'), mapOptions);}document.getElementById('8f7969ea').innerHTML += ' | View Map';var $la793d307441615af6aaad7497a75de59 = '

Sovereign ATM

Address: 47 Hazard Ave, Enfield, CT 06082, USA
Phone:
';var m_a793d307441615af6aaad7497a75de59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_a793d307441615af6aaad7497a75de59['infowindow'] = new google.maps.InfoWindow({content: $la793d307441615af6aaad7497a75de59});var infowindow = new google.maps.InfoWindow({content: $la793d307441615af6aaad7497a75de59});google.maps.event.addListener(m_a793d307441615af6aaad7497a75de59, 'click', function() {infowindow.open(map,m_a793d307441615af6aaad7497a75de59);});$marker.push(m_a793d307441615af6aaad7497a75de59);}});}google.maps.event.addDomListener(window, 'load', initialize);