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.8151,-72.8562)};var g_4af22bf8a17ff13f1c5a778e2aa1925f = new google.maps.Geocoder();g_4af22bf8a17ff13f1c5a778e2aa1925f.geocode( { 'address': "302 W Main St #206b, Avon, CT 06001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avon-CT-milestone-asset-management-group').style.display = '';map = new google.maps.Map(document.getElementById('avon-CT-milestone-asset-management-group'), mapOptions);}document.getElementById('d9a9ef6a').innerHTML += ' | View Map';var $l4af22bf8a17ff13f1c5a778e2aa1925f = '

Milestone Asset Management Group

Address: 302 W Main St #206b, Avon, CT 06001, USA
Phone: (860) 259-4800
';var m_4af22bf8a17ff13f1c5a778e2aa1925f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Milestone Asset Management Group',});m_4af22bf8a17ff13f1c5a778e2aa1925f['infowindow'] = new google.maps.InfoWindow({content: $l4af22bf8a17ff13f1c5a778e2aa1925f});var infowindow = new google.maps.InfoWindow({content: $l4af22bf8a17ff13f1c5a778e2aa1925f});google.maps.event.addListener(m_4af22bf8a17ff13f1c5a778e2aa1925f, 'click', function() {infowindow.open(map,m_4af22bf8a17ff13f1c5a778e2aa1925f);});$marker.push(m_4af22bf8a17ff13f1c5a778e2aa1925f);}});}google.maps.event.addDomListener(window, 'load', initialize);