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(46.4655,-90.143)};var g_d2f42a6f6102071fc6a6b6e3cb865733 = new google.maps.Geocoder();g_d2f42a6f6102071fc6a6b6e3cb865733.geocode( { 'address': "1460 E Cloverland Dr, Ironwood, MI 49938, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ironwood-MI-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('ironwood-MI-advance-america'), mapOptions);}document.getElementById('8f9b61db').innerHTML += ' | View Map';var $ld2f42a6f6102071fc6a6b6e3cb865733 = '

Advance America

Address: 1460 E Cloverland Dr, Ironwood, MI 49938, USA
Phone: (906) 932-0398
';var m_d2f42a6f6102071fc6a6b6e3cb865733 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_d2f42a6f6102071fc6a6b6e3cb865733['infowindow'] = new google.maps.InfoWindow({content: $ld2f42a6f6102071fc6a6b6e3cb865733});var infowindow = new google.maps.InfoWindow({content: $ld2f42a6f6102071fc6a6b6e3cb865733});google.maps.event.addListener(m_d2f42a6f6102071fc6a6b6e3cb865733, 'click', function() {infowindow.open(map,m_d2f42a6f6102071fc6a6b6e3cb865733);});$marker.push(m_d2f42a6f6102071fc6a6b6e3cb865733);}});}google.maps.event.addDomListener(window, 'load', initialize);