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.6075,-72.8704)};var g_8430445454669181ee6a757a6cd3c53a = new google.maps.Geocoder();g_8430445454669181ee6a757a6cd3c53a.geocode( { 'address': "200 Executive Blvd, Southington, CT 06489"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southington-CT-the-hartford-personal-lines-insurance').style.display = '';map = new google.maps.Map(document.getElementById('southington-CT-the-hartford-personal-lines-insurance'), mapOptions);}document.getElementById('e9ced026').innerHTML += ' | View Map';var $l8430445454669181ee6a757a6cd3c53a = '

The Hartford Personal Lines Insurance

Address: 200 Executive Blvd, Southington, CT 06489
Phone: (888) 413-8970
';var m_8430445454669181ee6a757a6cd3c53a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Hartford Personal Lines Insurance',});m_8430445454669181ee6a757a6cd3c53a['infowindow'] = new google.maps.InfoWindow({content: $l8430445454669181ee6a757a6cd3c53a});var infowindow = new google.maps.InfoWindow({content: $l8430445454669181ee6a757a6cd3c53a});google.maps.event.addListener(m_8430445454669181ee6a757a6cd3c53a, 'click', function() {infowindow.open(map,m_8430445454669181ee6a757a6cd3c53a);});$marker.push(m_8430445454669181ee6a757a6cd3c53a);}});}google.maps.event.addDomListener(window, 'load', initialize);