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_071aece5dadee7623302182c4b4d238f = new google.maps.Geocoder();g_071aece5dadee7623302182c4b4d238f.geocode( { 'address': "406 Farmington Ave, Farmington, CT 06032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-CT-barnum-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('farmington-CT-barnum-financial-group'), mapOptions);}document.getElementById('2a9cd839').innerHTML += ' | View Map';var $l071aece5dadee7623302182c4b4d238f = '

Barnum Financial Group

Address: 406 Farmington Ave, Farmington, CT 06032
Phone: (860) 674-0603
';var m_071aece5dadee7623302182c4b4d238f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Barnum Financial Group',});m_071aece5dadee7623302182c4b4d238f['infowindow'] = new google.maps.InfoWindow({content: $l071aece5dadee7623302182c4b4d238f});var infowindow = new google.maps.InfoWindow({content: $l071aece5dadee7623302182c4b4d238f});google.maps.event.addListener(m_071aece5dadee7623302182c4b4d238f, 'click', function() {infowindow.open(map,m_071aece5dadee7623302182c4b4d238f);});$marker.push(m_071aece5dadee7623302182c4b4d238f);}});}google.maps.event.addDomListener(window, 'load', initialize);