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.1583,-86.2065)};var g_86847030e71329764b1d0939a2b42e0b = new google.maps.Geocoder();g_86847030e71329764b1d0939a2b42e0b.geocode( { 'address': "5169 Harvey St e, Norton Shores, MI 49444, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norton-shores-MI-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('norton-shores-MI-advance-america'), mapOptions);}document.getElementById('5dff0827').innerHTML += ' | View Map';var $l86847030e71329764b1d0939a2b42e0b = '

Advance America

Address: 5169 Harvey St e, Norton Shores, MI 49444, USA
Phone: (231) 798-4370
';var m_86847030e71329764b1d0939a2b42e0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_86847030e71329764b1d0939a2b42e0b['infowindow'] = new google.maps.InfoWindow({content: $l86847030e71329764b1d0939a2b42e0b});var infowindow = new google.maps.InfoWindow({content: $l86847030e71329764b1d0939a2b42e0b});google.maps.event.addListener(m_86847030e71329764b1d0939a2b42e0b, 'click', function() {infowindow.open(map,m_86847030e71329764b1d0939a2b42e0b);});$marker.push(m_86847030e71329764b1d0939a2b42e0b);}});}google.maps.event.addDomListener(window, 'load', initialize);