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.5262,-83.106)};var g_911dfc69471af73293064805d97d6816 = new google.maps.Geocoder();g_911dfc69471af73293064805d97d6816.geocode( { 'address': "31632 John R Rd, Madison Heights, MI 48071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-heights-MI-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('madison-heights-MI-advance-america'), mapOptions);}document.getElementById('b82a8011').innerHTML += ' | View Map';var $l911dfc69471af73293064805d97d6816 = '

Advance America

Address: 31632 John R Rd, Madison Heights, MI 48071, USA
Phone: (248) 307-1220
';var m_911dfc69471af73293064805d97d6816 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_911dfc69471af73293064805d97d6816['infowindow'] = new google.maps.InfoWindow({content: $l911dfc69471af73293064805d97d6816});var infowindow = new google.maps.InfoWindow({content: $l911dfc69471af73293064805d97d6816});google.maps.event.addListener(m_911dfc69471af73293064805d97d6816, 'click', function() {infowindow.open(map,m_911dfc69471af73293064805d97d6816);});$marker.push(m_911dfc69471af73293064805d97d6816);}});}google.maps.event.addDomListener(window, 'load', initialize);