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.4518,-83.2099)};var g_3f7b4786225ce76cc5e91eeb97507d07 = new google.maps.Geocoder();g_3f7b4786225ce76cc5e91eeb97507d07.geocode( { 'address': "24901 Northwestern Hwy Suite 305, Southfield, MI 48075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southfield-MI-qt-business-solutions').style.display = '';map = new google.maps.Map(document.getElementById('southfield-MI-qt-business-solutions'), mapOptions);}document.getElementById('2e17cf5f').innerHTML += ' | View Map';var $l3f7b4786225ce76cc5e91eeb97507d07 = '

QT Business Solutions

Address: 24901 Northwestern Hwy Suite 305, Southfield, MI 48075, USA
Phone: (248) 233-4071
';var m_3f7b4786225ce76cc5e91eeb97507d07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'QT Business Solutions',});m_3f7b4786225ce76cc5e91eeb97507d07['infowindow'] = new google.maps.InfoWindow({content: $l3f7b4786225ce76cc5e91eeb97507d07});var infowindow = new google.maps.InfoWindow({content: $l3f7b4786225ce76cc5e91eeb97507d07});google.maps.event.addListener(m_3f7b4786225ce76cc5e91eeb97507d07, 'click', function() {infowindow.open(map,m_3f7b4786225ce76cc5e91eeb97507d07);});$marker.push(m_3f7b4786225ce76cc5e91eeb97507d07);}});}google.maps.event.addDomListener(window, 'load', initialize);