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.9207,-73.0624)};var g_89c839bbb06b292523263a968e6abe66 = new google.maps.Geocoder();g_89c839bbb06b292523263a968e6abe66.geocode( { 'address': "109 Main St, Winsted, CT 06098, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winchester-CT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('winchester-CT-citizens-bank'), mapOptions);}document.getElementById('8cc44b85').innerHTML += ' | View Map';var $l89c839bbb06b292523263a968e6abe66 = '

Citizens Bank

Address: 109 Main St, Winsted, CT 06098, USA
Phone:
';var m_89c839bbb06b292523263a968e6abe66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_89c839bbb06b292523263a968e6abe66['infowindow'] = new google.maps.InfoWindow({content: $l89c839bbb06b292523263a968e6abe66});var infowindow = new google.maps.InfoWindow({content: $l89c839bbb06b292523263a968e6abe66});google.maps.event.addListener(m_89c839bbb06b292523263a968e6abe66, 'click', function() {infowindow.open(map,m_89c839bbb06b292523263a968e6abe66);});$marker.push(m_89c839bbb06b292523263a968e6abe66);}});}google.maps.event.addDomListener(window, 'load', initialize);