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.6129,-72.0706)};var g_288a14ff0a8582fae832476950df486f = new google.maps.Geocoder();g_288a14ff0a8582fae832476950df486f.geocode( { 'address': "156 Willimantic Rd, Baltic, CT 06330"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltic-CT-chelsea-groton-bank').style.display = '';map = new google.maps.Map(document.getElementById('baltic-CT-chelsea-groton-bank'), mapOptions);}document.getElementById('daa98417').innerHTML += ' | View Map';var $l288a14ff0a8582fae832476950df486f = '

Chelsea Groton Bank

Address: 156 Willimantic Rd, Baltic, CT 06330
Phone: (860) 823-4930
';var m_288a14ff0a8582fae832476950df486f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chelsea Groton Bank',});m_288a14ff0a8582fae832476950df486f['infowindow'] = new google.maps.InfoWindow({content: $l288a14ff0a8582fae832476950df486f});var infowindow = new google.maps.InfoWindow({content: $l288a14ff0a8582fae832476950df486f});google.maps.event.addListener(m_288a14ff0a8582fae832476950df486f, 'click', function() {infowindow.open(map,m_288a14ff0a8582fae832476950df486f);});$marker.push(m_288a14ff0a8582fae832476950df486f);}});}google.maps.event.addDomListener(window, 'load', initialize);