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.9529,-72.9352)};var g_e38f33506d2b9e9f151d1acea2a7b206 = new google.maps.Geocoder();g_e38f33506d2b9e9f151d1acea2a7b206.geocode( { 'address': "322 N Main, West Hartland, CT 06091"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-hartland-CT-hudson-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-hartland-CT-hudson-united-bank'), mapOptions);}document.getElementById('1dd7bc04').innerHTML += ' | View Map';var $le38f33506d2b9e9f151d1acea2a7b206 = '

Hudson United Bank

Address: 322 N Main, West Hartland, CT 06091
Phone: (860) 231-8049
';var m_e38f33506d2b9e9f151d1acea2a7b206 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson United Bank',});m_e38f33506d2b9e9f151d1acea2a7b206['infowindow'] = new google.maps.InfoWindow({content: $le38f33506d2b9e9f151d1acea2a7b206});var infowindow = new google.maps.InfoWindow({content: $le38f33506d2b9e9f151d1acea2a7b206});google.maps.event.addListener(m_e38f33506d2b9e9f151d1acea2a7b206, 'click', function() {infowindow.open(map,m_e38f33506d2b9e9f151d1acea2a7b206);});$marker.push(m_e38f33506d2b9e9f151d1acea2a7b206);}});}google.maps.event.addDomListener(window, 'load', initialize);