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.6104,-83.0303)};var g_ef76a95879354195a081baae73bc980d = new google.maps.Geocoder();g_ef76a95879354195a081baae73bc980d.geocode( { 'address': "43120 Utica Rd #300, Sterling Heights, MI 48314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-heights-MI-greenpath-financial-wellness').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-greenpath-financial-wellness'), mapOptions);}document.getElementById('33ef18a2').innerHTML += ' | View Map';var $lef76a95879354195a081baae73bc980d = '

GreenPath Financial Wellness

Address: 43120 Utica Rd #300, Sterling Heights, MI 48314, USA
Phone: (866) 476-7284
';var m_ef76a95879354195a081baae73bc980d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenPath Financial Wellness',});m_ef76a95879354195a081baae73bc980d['infowindow'] = new google.maps.InfoWindow({content: $lef76a95879354195a081baae73bc980d});var infowindow = new google.maps.InfoWindow({content: $lef76a95879354195a081baae73bc980d});google.maps.event.addListener(m_ef76a95879354195a081baae73bc980d, 'click', function() {infowindow.open(map,m_ef76a95879354195a081baae73bc980d);});$marker.push(m_ef76a95879354195a081baae73bc980d);}});}google.maps.event.addDomListener(window, 'load', initialize);