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.2871,-94.905)};var g_c0486e6a4244cf16a8daef338a926ff1 = new google.maps.Geocoder();g_c0486e6a4244cf16a8daef338a926ff1.geocode( { 'address': "3015 S 4th St, Leavenworth, KS 66048, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leavenworth-KS-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('leavenworth-KS-advance-america'), mapOptions);}document.getElementById('2cf1dd9b').innerHTML += ' | View Map';var $lc0486e6a4244cf16a8daef338a926ff1 = '

Advance America

Address: 3015 S 4th St, Leavenworth, KS 66048, USA
Phone: (913) 680-0106
';var m_c0486e6a4244cf16a8daef338a926ff1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_c0486e6a4244cf16a8daef338a926ff1['infowindow'] = new google.maps.InfoWindow({content: $lc0486e6a4244cf16a8daef338a926ff1});var infowindow = new google.maps.InfoWindow({content: $lc0486e6a4244cf16a8daef338a926ff1});google.maps.event.addListener(m_c0486e6a4244cf16a8daef338a926ff1, 'click', function() {infowindow.open(map,m_c0486e6a4244cf16a8daef338a926ff1);});$marker.push(m_c0486e6a4244cf16a8daef338a926ff1);}});}google.maps.event.addDomListener(window, 'load', initialize);