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.4737,-83.215)};var g_61e3d06d300255a3ac19eedfef184bee = new google.maps.Geocoder();g_61e3d06d300255a3ac19eedfef184bee.geocode( { 'address': "17200 W 10 Mile Rd #101, Southfield, MI 48075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southfield-MI-consumer-credit-restoration-bureau').style.display = '';map = new google.maps.Map(document.getElementById('southfield-MI-consumer-credit-restoration-bureau'), mapOptions);}document.getElementById('f77321b4').innerHTML += ' | View Map';var $l61e3d06d300255a3ac19eedfef184bee = '

Consumer Credit Restoration Bureau

Address: 17200 W 10 Mile Rd #101, Southfield, MI 48075, USA
Phone: (248) 559-8900
';var m_61e3d06d300255a3ac19eedfef184bee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Restoration Bureau',});m_61e3d06d300255a3ac19eedfef184bee['infowindow'] = new google.maps.InfoWindow({content: $l61e3d06d300255a3ac19eedfef184bee});var infowindow = new google.maps.InfoWindow({content: $l61e3d06d300255a3ac19eedfef184bee});google.maps.event.addListener(m_61e3d06d300255a3ac19eedfef184bee, 'click', function() {infowindow.open(map,m_61e3d06d300255a3ac19eedfef184bee);});$marker.push(m_61e3d06d300255a3ac19eedfef184bee);}});}google.maps.event.addDomListener(window, 'load', initialize);