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.332,-83.0476)};var g_ef7d58bce42ba97eabb003a3b77a801d = new google.maps.Geocoder();g_ef7d58bce42ba97eabb003a3b77a801d.geocode( { 'address': "1001 Woodward Ave, Detroit, MI 48226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('detroit-MI-rapidadvance').style.display = '';map = new google.maps.Map(document.getElementById('detroit-MI-rapidadvance'), mapOptions);}document.getElementById('a6d8de87').innerHTML += ' | View Map';var $lef7d58bce42ba97eabb003a3b77a801d = '

RapidAdvance

Address: 1001 Woodward Ave, Detroit, MI 48226, USA
Phone: (313) 545-8636
';var m_ef7d58bce42ba97eabb003a3b77a801d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RapidAdvance',});m_ef7d58bce42ba97eabb003a3b77a801d['infowindow'] = new google.maps.InfoWindow({content: $lef7d58bce42ba97eabb003a3b77a801d});var infowindow = new google.maps.InfoWindow({content: $lef7d58bce42ba97eabb003a3b77a801d});google.maps.event.addListener(m_ef7d58bce42ba97eabb003a3b77a801d, 'click', function() {infowindow.open(map,m_ef7d58bce42ba97eabb003a3b77a801d);});$marker.push(m_ef7d58bce42ba97eabb003a3b77a801d);}});}google.maps.event.addDomListener(window, 'load', initialize);