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.7565,-72.7588)};var g_48e6328a802b323d0b14b31a10227588 = new google.maps.Geocoder();g_48e6328a802b323d0b14b31a10227588.geocode( { 'address': "143 S Main St, West Hartford, CT 06107"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-hartford-CT-banknorth-connecticut').style.display = '';map = new google.maps.Map(document.getElementById('west-hartford-CT-banknorth-connecticut'), mapOptions);}document.getElementById('aea6c620').innerHTML += ' | View Map';var $l48e6328a802b323d0b14b31a10227588 = '

Banknorth Connecticut

Address: 143 S Main St, West Hartford, CT 06107
Phone: (860) 313-1283
';var m_48e6328a802b323d0b14b31a10227588 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banknorth Connecticut',});m_48e6328a802b323d0b14b31a10227588['infowindow'] = new google.maps.InfoWindow({content: $l48e6328a802b323d0b14b31a10227588});var infowindow = new google.maps.InfoWindow({content: $l48e6328a802b323d0b14b31a10227588});google.maps.event.addListener(m_48e6328a802b323d0b14b31a10227588, 'click', function() {infowindow.open(map,m_48e6328a802b323d0b14b31a10227588);});$marker.push(m_48e6328a802b323d0b14b31a10227588);}});}google.maps.event.addDomListener(window, 'load', initialize);