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.0192,-96.8223)};var g_665c674f14433953d3af1c88ebba6649 = new google.maps.Geocoder();g_665c674f14433953d3af1c88ebba6649.geocode( { 'address': "433 East Chestnut, Junction City, KS 66441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('junction-city-KS-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('junction-city-KS-advance-america'), mapOptions);}document.getElementById('865b216c').innerHTML += ' | View Map';var $l665c674f14433953d3af1c88ebba6649 = '

Advance America

Address: 433 East Chestnut, Junction City, KS 66441, USA
Phone: (785) 238-1633
';var m_665c674f14433953d3af1c88ebba6649 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_665c674f14433953d3af1c88ebba6649['infowindow'] = new google.maps.InfoWindow({content: $l665c674f14433953d3af1c88ebba6649});var infowindow = new google.maps.InfoWindow({content: $l665c674f14433953d3af1c88ebba6649});google.maps.event.addListener(m_665c674f14433953d3af1c88ebba6649, 'click', function() {infowindow.open(map,m_665c674f14433953d3af1c88ebba6649);});$marker.push(m_665c674f14433953d3af1c88ebba6649);}});}google.maps.event.addDomListener(window, 'load', initialize);