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(43.3939,-84.6652)};var g_9bb944e84047397dc380185425e16ffb = new google.maps.Geocoder();g_9bb944e84047397dc380185425e16ffb.geocode( { 'address': "1576 N. Wright Ave, Alma, MI 48801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alma-MI-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('alma-MI-advance-america'), mapOptions);}document.getElementById('fda91bcd').innerHTML += ' | View Map';var $l9bb944e84047397dc380185425e16ffb = '

Advance America

Address: 1576 N. Wright Ave, Alma, MI 48801, USA
Phone: (989) 466-1974
';var m_9bb944e84047397dc380185425e16ffb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_9bb944e84047397dc380185425e16ffb['infowindow'] = new google.maps.InfoWindow({content: $l9bb944e84047397dc380185425e16ffb});var infowindow = new google.maps.InfoWindow({content: $l9bb944e84047397dc380185425e16ffb});google.maps.event.addListener(m_9bb944e84047397dc380185425e16ffb, 'click', function() {infowindow.open(map,m_9bb944e84047397dc380185425e16ffb);});$marker.push(m_9bb944e84047397dc380185425e16ffb);}});}google.maps.event.addDomListener(window, 'load', initialize);