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.845,-73.2292)};var g_62519b8f83ec10cacb56d46342ace8f1 = new google.maps.Geocoder();g_62519b8f83ec10cacb56d46342ace8f1.geocode( { 'address': "55 Sharon Tpke, Goshen, CT 06756"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goshen-CT-torrington-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('goshen-CT-torrington-savings-bank'), mapOptions);}document.getElementById('2b55a499').innerHTML += ' | View Map';var $l62519b8f83ec10cacb56d46342ace8f1 = '

Torrington Savings Bank

Address: 55 Sharon Tpke, Goshen, CT 06756
Phone: (860) 491-2122
';var m_62519b8f83ec10cacb56d46342ace8f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Torrington Savings Bank',});m_62519b8f83ec10cacb56d46342ace8f1['infowindow'] = new google.maps.InfoWindow({content: $l62519b8f83ec10cacb56d46342ace8f1});var infowindow = new google.maps.InfoWindow({content: $l62519b8f83ec10cacb56d46342ace8f1});google.maps.event.addListener(m_62519b8f83ec10cacb56d46342ace8f1, 'click', function() {infowindow.open(map,m_62519b8f83ec10cacb56d46342ace8f1);});$marker.push(m_62519b8f83ec10cacb56d46342ace8f1);}});}google.maps.event.addDomListener(window, 'load', initialize);