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.0268,-96.8363)};var g_cafc6963ec704764e05a943f852ec30b = new google.maps.Geocoder();g_cafc6963ec704764e05a943f852ec30b.geocode( { 'address': "507 E Chestnut Street, Junction City, KS 66441"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('junction-city-KS-usaa-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('junction-city-KS-usaa-financial-center'), mapOptions);}document.getElementById('8a37654b').innerHTML += ' | View Map';var $lcafc6963ec704764e05a943f852ec30b = '

USAA Financial Center

Address: 507 E Chestnut Street, Junction City, KS 66441
Phone: (800) 531-8722
';var m_cafc6963ec704764e05a943f852ec30b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USAA Financial Center',});m_cafc6963ec704764e05a943f852ec30b['infowindow'] = new google.maps.InfoWindow({content: $lcafc6963ec704764e05a943f852ec30b});var infowindow = new google.maps.InfoWindow({content: $lcafc6963ec704764e05a943f852ec30b});google.maps.event.addListener(m_cafc6963ec704764e05a943f852ec30b, 'click', function() {infowindow.open(map,m_cafc6963ec704764e05a943f852ec30b);});$marker.push(m_cafc6963ec704764e05a943f852ec30b);}});}google.maps.event.addDomListener(window, 'load', initialize);