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_8963920e8b402154316d8175fa189112 = new google.maps.Geocoder();g_8963920e8b402154316d8175fa189112.geocode( { 'address': "122 E Flint Hills Blvd, Junction City, KS 66441"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('junction-city-KS-milliennium-bank').style.display = '';map = new google.maps.Map(document.getElementById('junction-city-KS-milliennium-bank'), mapOptions);}document.getElementById('e3f0c1c2').innerHTML += ' | View Map';var $l8963920e8b402154316d8175fa189112 = '

Milliennium Bank

Address: 122 E Flint Hills Blvd, Junction City, KS 66441
Phone: (785) 223-0180
';var m_8963920e8b402154316d8175fa189112 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Milliennium Bank',});m_8963920e8b402154316d8175fa189112['infowindow'] = new google.maps.InfoWindow({content: $l8963920e8b402154316d8175fa189112});var infowindow = new google.maps.InfoWindow({content: $l8963920e8b402154316d8175fa189112});google.maps.event.addListener(m_8963920e8b402154316d8175fa189112, 'click', function() {infowindow.open(map,m_8963920e8b402154316d8175fa189112);});$marker.push(m_8963920e8b402154316d8175fa189112);}});}google.maps.event.addDomListener(window, 'load', initialize);