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.9869,-72.5653)};var g_89fc953180939c7a4045612329f8b3e4 = new google.maps.Geocoder();g_89fc953180939c7a4045612329f8b3e4.geocode( { 'address': "810 Enfield St, Enfield, CT 06082"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enfield-CT-absolute-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('enfield-CT-absolute-financial-services'), mapOptions);}document.getElementById('fed2a3cf').innerHTML += ' | View Map';var $l89fc953180939c7a4045612329f8b3e4 = '

Absolute Financial Services

Address: 810 Enfield St, Enfield, CT 06082
Phone: (860) 745-8435
';var m_89fc953180939c7a4045612329f8b3e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Absolute Financial Services',});m_89fc953180939c7a4045612329f8b3e4['infowindow'] = new google.maps.InfoWindow({content: $l89fc953180939c7a4045612329f8b3e4});var infowindow = new google.maps.InfoWindow({content: $l89fc953180939c7a4045612329f8b3e4});google.maps.event.addListener(m_89fc953180939c7a4045612329f8b3e4, 'click', function() {infowindow.open(map,m_89fc953180939c7a4045612329f8b3e4);});$marker.push(m_89fc953180939c7a4045612329f8b3e4);}});}google.maps.event.addDomListener(window, 'load', initialize);