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(38.9996,-94.2723)};var g_fdc4443e81a94efec32fdf3535804ff9 = new google.maps.Geocoder();g_fdc4443e81a94efec32fdf3535804ff9.geocode( { 'address': "1706 South 7 Highway, Blue Springs, MO 64014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-springs-MO-cash-country').style.display = '';map = new google.maps.Map(document.getElementById('blue-springs-MO-cash-country'), mapOptions);}document.getElementById('e1edf5f0').innerHTML += ' | View Map';var $lfdc4443e81a94efec32fdf3535804ff9 = '

Cash Country

Address: 1706 South 7 Highway, Blue Springs, MO 64014, USA
Phone: (816) 229-1667
';var m_fdc4443e81a94efec32fdf3535804ff9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Country',});m_fdc4443e81a94efec32fdf3535804ff9['infowindow'] = new google.maps.InfoWindow({content: $lfdc4443e81a94efec32fdf3535804ff9});var infowindow = new google.maps.InfoWindow({content: $lfdc4443e81a94efec32fdf3535804ff9});google.maps.event.addListener(m_fdc4443e81a94efec32fdf3535804ff9, 'click', function() {infowindow.open(map,m_fdc4443e81a94efec32fdf3535804ff9);});$marker.push(m_fdc4443e81a94efec32fdf3535804ff9);}});}google.maps.event.addDomListener(window, 'load', initialize);