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.1813)};var g_1565153a2a4d7e68cb9f1bc4388bfa51 = new google.maps.Geocoder();g_1565153a2a4d7e68cb9f1bc4388bfa51.geocode( { 'address': "13422 Fort St, Southgate, MI 48195, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southgate-MI-credit-bureau-services').style.display = '';map = new google.maps.Map(document.getElementById('southgate-MI-credit-bureau-services'), mapOptions);}document.getElementById('0bd41232').innerHTML += ' | View Map';var $l1565153a2a4d7e68cb9f1bc4388bfa51 = '

Credit Bureau Services

Address: 13422 Fort St, Southgate, MI 48195, USA
Phone: (734) 284-7100
';var m_1565153a2a4d7e68cb9f1bc4388bfa51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Bureau Services',});m_1565153a2a4d7e68cb9f1bc4388bfa51['infowindow'] = new google.maps.InfoWindow({content: $l1565153a2a4d7e68cb9f1bc4388bfa51});var infowindow = new google.maps.InfoWindow({content: $l1565153a2a4d7e68cb9f1bc4388bfa51});google.maps.event.addListener(m_1565153a2a4d7e68cb9f1bc4388bfa51, 'click', function() {infowindow.open(map,m_1565153a2a4d7e68cb9f1bc4388bfa51);});$marker.push(m_1565153a2a4d7e68cb9f1bc4388bfa51);}});}google.maps.event.addDomListener(window, 'load', initialize);