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.9534,-72.7968)};var g_0f8845776cbc3caff29b9f694fd40d1c = new google.maps.Geocoder();g_0f8845776cbc3caff29b9f694fd40d1c.geocode( { 'address': "33 Hartford Ave, Granby, CT 06035"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granby-CT-granby-office-winsted-savings').style.display = '';map = new google.maps.Map(document.getElementById('granby-CT-granby-office-winsted-savings'), mapOptions);}document.getElementById('6d8bc0eb').innerHTML += ' | View Map';var $l0f8845776cbc3caff29b9f694fd40d1c = '

Granby Office-Winsted Savings

Address: 33 Hartford Ave, Granby, CT 06035
Phone: (860) 653-7228
';var m_0f8845776cbc3caff29b9f694fd40d1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granby Office-Winsted Savings',});m_0f8845776cbc3caff29b9f694fd40d1c['infowindow'] = new google.maps.InfoWindow({content: $l0f8845776cbc3caff29b9f694fd40d1c});var infowindow = new google.maps.InfoWindow({content: $l0f8845776cbc3caff29b9f694fd40d1c});google.maps.event.addListener(m_0f8845776cbc3caff29b9f694fd40d1c, 'click', function() {infowindow.open(map,m_0f8845776cbc3caff29b9f694fd40d1c);});$marker.push(m_0f8845776cbc3caff29b9f694fd40d1c);}});}google.maps.event.addDomListener(window, 'load', initialize);