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.2758,-72.5137)};var g_b078f182da4185126b9a62a6a79e7d6a = new google.maps.Geocoder();g_b078f182da4185126b9a62a6a79e7d6a.geocode( { 'address': "156 E Main St, Clinton, CT 06413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-CT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-CT-citizens-bank'), mapOptions);}document.getElementById('7e9f32d7').innerHTML += ' | View Map';var $lb078f182da4185126b9a62a6a79e7d6a = '

Citizens Bank

Address: 156 E Main St, Clinton, CT 06413, USA
Phone: (860) 669-7409
';var m_b078f182da4185126b9a62a6a79e7d6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_b078f182da4185126b9a62a6a79e7d6a['infowindow'] = new google.maps.InfoWindow({content: $lb078f182da4185126b9a62a6a79e7d6a});var infowindow = new google.maps.InfoWindow({content: $lb078f182da4185126b9a62a6a79e7d6a});google.maps.event.addListener(m_b078f182da4185126b9a62a6a79e7d6a, 'click', function() {infowindow.open(map,m_b078f182da4185126b9a62a6a79e7d6a);});$marker.push(m_b078f182da4185126b9a62a6a79e7d6a);}});}google.maps.event.addDomListener(window, 'load', initialize);