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(42.603,-82.9713)};var g_4f7d1bdb8c76313266fd6babdb41ba87 = new google.maps.Geocoder();g_4f7d1bdb8c76313266fd6babdb41ba87.geocode( { 'address': "41800 Hayes Rd #501, Charter Twp of Clinton, MI 48038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charter-township-of-clinton-MI-strategic-wealth-advisors-group').style.display = '';map = new google.maps.Map(document.getElementById('charter-township-of-clinton-MI-strategic-wealth-advisors-group'), mapOptions);}document.getElementById('d99b37a4').innerHTML += ' | View Map';var $l4f7d1bdb8c76313266fd6babdb41ba87 = '

Strategic Wealth Advisors Group

Address: 41800 Hayes Rd #501, Charter Twp of Clinton, MI 48038, USA
Phone: (586) 203-2275
';var m_4f7d1bdb8c76313266fd6babdb41ba87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Strategic Wealth Advisors Group',});m_4f7d1bdb8c76313266fd6babdb41ba87['infowindow'] = new google.maps.InfoWindow({content: $l4f7d1bdb8c76313266fd6babdb41ba87});var infowindow = new google.maps.InfoWindow({content: $l4f7d1bdb8c76313266fd6babdb41ba87});google.maps.event.addListener(m_4f7d1bdb8c76313266fd6babdb41ba87, 'click', function() {infowindow.open(map,m_4f7d1bdb8c76313266fd6babdb41ba87);});$marker.push(m_4f7d1bdb8c76313266fd6babdb41ba87);}});}google.maps.event.addDomListener(window, 'load', initialize);