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(39.2108,-94.5454)};var g_158693d35228f133a22cc27217b67ec3 = new google.maps.Geocoder();g_158693d35228f133a22cc27217b67ec3.geocode( { 'address': "6439 N Prospect Ave, Gladstone, MO 64119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gladstone-MO-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('gladstone-MO-advance-america'), mapOptions);}document.getElementById('326cec29').innerHTML += ' | View Map';var $l158693d35228f133a22cc27217b67ec3 = '

Advance America

Address: 6439 N Prospect Ave, Gladstone, MO 64119, USA
Phone: (816) 436-2877
';var m_158693d35228f133a22cc27217b67ec3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_158693d35228f133a22cc27217b67ec3['infowindow'] = new google.maps.InfoWindow({content: $l158693d35228f133a22cc27217b67ec3});var infowindow = new google.maps.InfoWindow({content: $l158693d35228f133a22cc27217b67ec3});google.maps.event.addListener(m_158693d35228f133a22cc27217b67ec3, 'click', function() {infowindow.open(map,m_158693d35228f133a22cc27217b67ec3);});$marker.push(m_158693d35228f133a22cc27217b67ec3);}});}google.maps.event.addDomListener(window, 'load', initialize);