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(37.2015,-93.4191)};var g_68e3816de15b53632d50a497f005e246 = new google.maps.Geocoder();g_68e3816de15b53632d50a497f005e246.geocode( { 'address': "1310 E Independence St, Republic, MO 65738, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('republic-MO-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('republic-MO-advance-america'), mapOptions);}document.getElementById('9dee0a27').innerHTML += ' | View Map';var $l68e3816de15b53632d50a497f005e246 = '

Advance America

Address: 1310 E Independence St, Republic, MO 65738, USA
Phone: (417) 732-7588
';var m_68e3816de15b53632d50a497f005e246 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_68e3816de15b53632d50a497f005e246['infowindow'] = new google.maps.InfoWindow({content: $l68e3816de15b53632d50a497f005e246});var infowindow = new google.maps.InfoWindow({content: $l68e3816de15b53632d50a497f005e246});google.maps.event.addListener(m_68e3816de15b53632d50a497f005e246, 'click', function() {infowindow.open(map,m_68e3816de15b53632d50a497f005e246);});$marker.push(m_68e3816de15b53632d50a497f005e246);}});}google.maps.event.addDomListener(window, 'load', initialize);