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.3377,-83.0518)};var g_3af9e3f66f0755c335be54f88c0edbcb = new google.maps.Geocoder();g_3af9e3f66f0755c335be54f88c0edbcb.geocode( { 'address': "2111 Woodward Ave #906, Detroit, MI 48201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('detroit-MI-greenpath-financial-wellness').style.display = '';map = new google.maps.Map(document.getElementById('detroit-MI-greenpath-financial-wellness'), mapOptions);}document.getElementById('7da2cb47').innerHTML += ' | View Map';var $l3af9e3f66f0755c335be54f88c0edbcb = '

GreenPath Financial Wellness

Address: 2111 Woodward Ave #906, Detroit, MI 48201, USA
Phone: (313) 961-1018
';var m_3af9e3f66f0755c335be54f88c0edbcb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenPath Financial Wellness',});m_3af9e3f66f0755c335be54f88c0edbcb['infowindow'] = new google.maps.InfoWindow({content: $l3af9e3f66f0755c335be54f88c0edbcb});var infowindow = new google.maps.InfoWindow({content: $l3af9e3f66f0755c335be54f88c0edbcb});google.maps.event.addListener(m_3af9e3f66f0755c335be54f88c0edbcb, 'click', function() {infowindow.open(map,m_3af9e3f66f0755c335be54f88c0edbcb);});$marker.push(m_3af9e3f66f0755c335be54f88c0edbcb);}});}google.maps.event.addDomListener(window, 'load', initialize);