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.7977,-94.8131)};var g_d6036fa98e90c29242c54636646a685e = new google.maps.Geocoder();g_d6036fa98e90c29242c54636646a685e.geocode( { 'address': "3119 N Belt Hwy, St Joseph, MO 64506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-joseph-MO-cash-country').style.display = '';map = new google.maps.Map(document.getElementById('saint-joseph-MO-cash-country'), mapOptions);}document.getElementById('f504488d').innerHTML += ' | View Map';var $ld6036fa98e90c29242c54636646a685e = '

Cash Country

Address: 3119 N Belt Hwy, St Joseph, MO 64506, USA
Phone: (816) 676-1411
';var m_d6036fa98e90c29242c54636646a685e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Country',});m_d6036fa98e90c29242c54636646a685e['infowindow'] = new google.maps.InfoWindow({content: $ld6036fa98e90c29242c54636646a685e});var infowindow = new google.maps.InfoWindow({content: $ld6036fa98e90c29242c54636646a685e});google.maps.event.addListener(m_d6036fa98e90c29242c54636646a685e, 'click', function() {infowindow.open(map,m_d6036fa98e90c29242c54636646a685e);});$marker.push(m_d6036fa98e90c29242c54636646a685e);}});}google.maps.event.addDomListener(window, 'load', initialize);