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.7947,-72.5253)};var g_22d3d6f974cfd497dc590130fc3c67ff = new google.maps.Geocoder();g_22d3d6f974cfd497dc590130fc3c67ff.geocode( { 'address': "110 Main St, Manchester, CT 06042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-CT-right-trac-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('manchester-CT-right-trac-financial-group'), mapOptions);}document.getElementById('1c004e3a').innerHTML += ' | View Map';var $l22d3d6f974cfd497dc590130fc3c67ff = '

Right Trac Financial Group

Address: 110 Main St, Manchester, CT 06042, USA
Phone: (860) 647-7701
';var m_22d3d6f974cfd497dc590130fc3c67ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Right Trac Financial Group',});m_22d3d6f974cfd497dc590130fc3c67ff['infowindow'] = new google.maps.InfoWindow({content: $l22d3d6f974cfd497dc590130fc3c67ff});var infowindow = new google.maps.InfoWindow({content: $l22d3d6f974cfd497dc590130fc3c67ff});google.maps.event.addListener(m_22d3d6f974cfd497dc590130fc3c67ff, 'click', function() {infowindow.open(map,m_22d3d6f974cfd497dc590130fc3c67ff);});$marker.push(m_22d3d6f974cfd497dc590130fc3c67ff);}});}google.maps.event.addDomListener(window, 'load', initialize);