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.9985,-84.146)};var g_e7a14b8b431de6e972c30f7eb94a8778 = new google.maps.Geocoder();g_e7a14b8b431de6e972c30f7eb94a8778.geocode( { 'address': "1359 E Main St, Owosso, MI 48867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owosso-MI-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('owosso-MI-advance-america'), mapOptions);}document.getElementById('4cf69c82').innerHTML += ' | View Map';var $le7a14b8b431de6e972c30f7eb94a8778 = '

Advance America

Address: 1359 E Main St, Owosso, MI 48867, USA
Phone: (989) 723-3354
';var m_e7a14b8b431de6e972c30f7eb94a8778 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_e7a14b8b431de6e972c30f7eb94a8778['infowindow'] = new google.maps.InfoWindow({content: $le7a14b8b431de6e972c30f7eb94a8778});var infowindow = new google.maps.InfoWindow({content: $le7a14b8b431de6e972c30f7eb94a8778});google.maps.event.addListener(m_e7a14b8b431de6e972c30f7eb94a8778, 'click', function() {infowindow.open(map,m_e7a14b8b431de6e972c30f7eb94a8778);});$marker.push(m_e7a14b8b431de6e972c30f7eb94a8778);}});}google.maps.event.addDomListener(window, 'load', initialize);