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.7118,-72.8393)};var g_64ef8c7578a256855335bf9993dd7e4a = new google.maps.Geocoder();g_64ef8c7578a256855335bf9993dd7e4a.geocode( { 'address': "10 Executive Dr, Farmington, CT 06032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-CT-insurbanc').style.display = '';map = new google.maps.Map(document.getElementById('farmington-CT-insurbanc'), mapOptions);}document.getElementById('9f34b852').innerHTML += ' | View Map';var $l64ef8c7578a256855335bf9993dd7e4a = '

InsurBanc

Address: 10 Executive Dr, Farmington, CT 06032
Phone: 86067797011866467226
';var m_64ef8c7578a256855335bf9993dd7e4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'InsurBanc',});m_64ef8c7578a256855335bf9993dd7e4a['infowindow'] = new google.maps.InfoWindow({content: $l64ef8c7578a256855335bf9993dd7e4a});var infowindow = new google.maps.InfoWindow({content: $l64ef8c7578a256855335bf9993dd7e4a});google.maps.event.addListener(m_64ef8c7578a256855335bf9993dd7e4a, 'click', function() {infowindow.open(map,m_64ef8c7578a256855335bf9993dd7e4a);});$marker.push(m_64ef8c7578a256855335bf9993dd7e4a);}});}google.maps.event.addDomListener(window, 'load', initialize);