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.6736,-72.7788)};var g_bd2f126f7692c68f8441253586199ed8 = new google.maps.Geocoder();g_bd2f126f7692c68f8441253586199ed8.geocode( { 'address': "178 W Main St, New Britain, CT 06052"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-britain-CT-american-savings-bank-savings').style.display = '';map = new google.maps.Map(document.getElementById('new-britain-CT-american-savings-bank-savings'), mapOptions);}document.getElementById('e6468734').innerHTML += ' | View Map';var $lbd2f126f7692c68f8441253586199ed8 = '

American Savings Bank Savings

Address: 178 W Main St, New Britain, CT 06052
Phone: (860) 832-4000
';var m_bd2f126f7692c68f8441253586199ed8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Savings Bank Savings',});m_bd2f126f7692c68f8441253586199ed8['infowindow'] = new google.maps.InfoWindow({content: $lbd2f126f7692c68f8441253586199ed8});var infowindow = new google.maps.InfoWindow({content: $lbd2f126f7692c68f8441253586199ed8});google.maps.event.addListener(m_bd2f126f7692c68f8441253586199ed8, 'click', function() {infowindow.open(map,m_bd2f126f7692c68f8441253586199ed8);});$marker.push(m_bd2f126f7692c68f8441253586199ed8);}});}google.maps.event.addDomListener(window, 'load', initialize);