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.5257,-83.5179)};var g_de7da23f619bdd6fda2342872f2376bc = new google.maps.Geocoder();g_de7da23f619bdd6fda2342872f2376bc.geocode( { 'address': "47524 Pontiac Trail, Wixom, MI 48393, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wixom-MI-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('wixom-MI-advance-america'), mapOptions);}document.getElementById('3542202d').innerHTML += ' | View Map';var $lde7da23f619bdd6fda2342872f2376bc = '

Advance America

Address: 47524 Pontiac Trail, Wixom, MI 48393, USA
Phone: (248) 669-4556
';var m_de7da23f619bdd6fda2342872f2376bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_de7da23f619bdd6fda2342872f2376bc['infowindow'] = new google.maps.InfoWindow({content: $lde7da23f619bdd6fda2342872f2376bc});var infowindow = new google.maps.InfoWindow({content: $lde7da23f619bdd6fda2342872f2376bc});google.maps.event.addListener(m_de7da23f619bdd6fda2342872f2376bc, 'click', function() {infowindow.open(map,m_de7da23f619bdd6fda2342872f2376bc);});$marker.push(m_de7da23f619bdd6fda2342872f2376bc);}});}google.maps.event.addDomListener(window, 'load', initialize);