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_8f2f470bb9d82081f256a839f1cc8f6c = new google.maps.Geocoder();g_8f2f470bb9d82081f256a839f1cc8f6c.geocode( { 'address': "998 Farmington Ave, West Hartford, CT 06107"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-hartford-CT-connecticut-capital-corp').style.display = '';map = new google.maps.Map(document.getElementById('west-hartford-CT-connecticut-capital-corp'), mapOptions);}document.getElementById('3fe28229').innerHTML += ' | View Map';var $l8f2f470bb9d82081f256a839f1cc8f6c = '

Connecticut Capital Corp

Address: 998 Farmington Ave, West Hartford, CT 06107
Phone: (860) 231-8833
';var m_8f2f470bb9d82081f256a839f1cc8f6c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Connecticut Capital Corp',});m_8f2f470bb9d82081f256a839f1cc8f6c['infowindow'] = new google.maps.InfoWindow({content: $l8f2f470bb9d82081f256a839f1cc8f6c});var infowindow = new google.maps.InfoWindow({content: $l8f2f470bb9d82081f256a839f1cc8f6c});google.maps.event.addListener(m_8f2f470bb9d82081f256a839f1cc8f6c, 'click', function() {infowindow.open(map,m_8f2f470bb9d82081f256a839f1cc8f6c);});$marker.push(m_8f2f470bb9d82081f256a839f1cc8f6c);}});}google.maps.event.addDomListener(window, 'load', initialize);