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.2104,-83.2181)};var g_e92ea2e30768f2fda96f7e9eba39c6eb = new google.maps.Geocoder();g_e92ea2e30768f2fda96f7e9eba39c6eb.geocode( { 'address': "13305 Reeck Rd #140, Southgate, MI 48195, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southgate-MI-greenpath-debt-solutions').style.display = '';map = new google.maps.Map(document.getElementById('southgate-MI-greenpath-debt-solutions'), mapOptions);}document.getElementById('871988e4').innerHTML += ' | View Map';var $le92ea2e30768f2fda96f7e9eba39c6eb = '

GreenPath Debt Solutions

Address: 13305 Reeck Rd #140, Southgate, MI 48195, USA
Phone: (313) 299-0109
';var m_e92ea2e30768f2fda96f7e9eba39c6eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenPath Debt Solutions',});m_e92ea2e30768f2fda96f7e9eba39c6eb['infowindow'] = new google.maps.InfoWindow({content: $le92ea2e30768f2fda96f7e9eba39c6eb});var infowindow = new google.maps.InfoWindow({content: $le92ea2e30768f2fda96f7e9eba39c6eb});google.maps.event.addListener(m_e92ea2e30768f2fda96f7e9eba39c6eb, 'click', function() {infowindow.open(map,m_e92ea2e30768f2fda96f7e9eba39c6eb);});$marker.push(m_e92ea2e30768f2fda96f7e9eba39c6eb);}});}google.maps.event.addDomListener(window, 'load', initialize);