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.9467,-71.9866)};var g_48e7000c9e590e581b8dbcc464637d3f = new google.maps.Geocoder();g_48e7000c9e590e581b8dbcc464637d3f.geocode( { 'address': "148 Route 171, Woodstock, CT 06281"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodstock-CT-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodstock-CT-citizens-national-bank'), mapOptions);}document.getElementById('89ec4e92').innerHTML += ' | View Map';var $l48e7000c9e590e581b8dbcc464637d3f = '

Citizens National Bank

Address: 148 Route 171, Woodstock, CT 06281
Phone: (860) 928-6581
';var m_48e7000c9e590e581b8dbcc464637d3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_48e7000c9e590e581b8dbcc464637d3f['infowindow'] = new google.maps.InfoWindow({content: $l48e7000c9e590e581b8dbcc464637d3f});var infowindow = new google.maps.InfoWindow({content: $l48e7000c9e590e581b8dbcc464637d3f});google.maps.event.addListener(m_48e7000c9e590e581b8dbcc464637d3f, 'click', function() {infowindow.open(map,m_48e7000c9e590e581b8dbcc464637d3f);});$marker.push(m_48e7000c9e590e581b8dbcc464637d3f);}});}google.maps.event.addDomListener(window, 'load', initialize);