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.042,-96.8284)};var g_4555f3a1115fe25292154416b4ee1f33 = new google.maps.Geocoder();g_4555f3a1115fe25292154416b4ee1f33.geocode( { 'address': "128 Grant Ave, Junction City, KS 66441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('junction-city-KS-money-to-go').style.display = '';map = new google.maps.Map(document.getElementById('junction-city-KS-money-to-go'), mapOptions);}document.getElementById('02de481d').innerHTML += ' | View Map';var $l4555f3a1115fe25292154416b4ee1f33 = '

Money To Go

Address: 128 Grant Ave, Junction City, KS 66441, USA
Phone: (785) 762-7170
';var m_4555f3a1115fe25292154416b4ee1f33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money To Go',});m_4555f3a1115fe25292154416b4ee1f33['infowindow'] = new google.maps.InfoWindow({content: $l4555f3a1115fe25292154416b4ee1f33});var infowindow = new google.maps.InfoWindow({content: $l4555f3a1115fe25292154416b4ee1f33});google.maps.event.addListener(m_4555f3a1115fe25292154416b4ee1f33, 'click', function() {infowindow.open(map,m_4555f3a1115fe25292154416b4ee1f33);});$marker.push(m_4555f3a1115fe25292154416b4ee1f33);}});}google.maps.event.addDomListener(window, 'load', initialize);