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.3614,-98.7778)};var g_625ea4189f5ac0e717c121ba17a8d735 = new google.maps.Geocoder();g_625ea4189f5ac0e717c121ba17a8d735.geocode( { 'address': "2829 10th Street, Great Bend, KS 67530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-bend-KS-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('great-bend-KS-check-into-cash'), mapOptions);}document.getElementById('699feaaa').innerHTML += ' | View Map';var $l625ea4189f5ac0e717c121ba17a8d735 = '

Check Into Cash

Address: 2829 10th Street, Great Bend, KS 67530, USA
Phone: (620) 793-8423
';var m_625ea4189f5ac0e717c121ba17a8d735 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_625ea4189f5ac0e717c121ba17a8d735['infowindow'] = new google.maps.InfoWindow({content: $l625ea4189f5ac0e717c121ba17a8d735});var infowindow = new google.maps.InfoWindow({content: $l625ea4189f5ac0e717c121ba17a8d735});google.maps.event.addListener(m_625ea4189f5ac0e717c121ba17a8d735, 'click', function() {infowindow.open(map,m_625ea4189f5ac0e717c121ba17a8d735);});$marker.push(m_625ea4189f5ac0e717c121ba17a8d735);}});}google.maps.event.addDomListener(window, 'load', initialize);