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.4537,-83.3749)};var g_1361594f06e4a79a39918063a1918e44 = new google.maps.Geocoder();g_1361594f06e4a79a39918063a1918e44.geocode( { 'address': "22018 Farmington Rd, Farmington, MI 48336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-MI-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('farmington-MI-advance-america'), mapOptions);}document.getElementById('32edf87c').innerHTML += ' | View Map';var $l1361594f06e4a79a39918063a1918e44 = '

Advance America

Address: 22018 Farmington Rd, Farmington, MI 48336, USA
Phone: (248) 474-0379
';var m_1361594f06e4a79a39918063a1918e44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_1361594f06e4a79a39918063a1918e44['infowindow'] = new google.maps.InfoWindow({content: $l1361594f06e4a79a39918063a1918e44});var infowindow = new google.maps.InfoWindow({content: $l1361594f06e4a79a39918063a1918e44});google.maps.event.addListener(m_1361594f06e4a79a39918063a1918e44, 'click', function() {infowindow.open(map,m_1361594f06e4a79a39918063a1918e44);});$marker.push(m_1361594f06e4a79a39918063a1918e44);}});}google.maps.event.addDomListener(window, 'load', initialize);