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(37.8178,-96.8818)};var g_bcbe4e209670e28babd0986d284c6156 = new google.maps.Geocoder();g_bcbe4e209670e28babd0986d284c6156.geocode( { 'address': "2348 W Central Ave c, El Dorado, KS 67042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-dorado-KS-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('el-dorado-KS-check-into-cash'), mapOptions);}document.getElementById('bf7ed7ad').innerHTML += ' | View Map';var $lbcbe4e209670e28babd0986d284c6156 = '

Check Into Cash

Address: 2348 W Central Ave c, El Dorado, KS 67042, USA
Phone: (316) 320-9999
';var m_bcbe4e209670e28babd0986d284c6156 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_bcbe4e209670e28babd0986d284c6156['infowindow'] = new google.maps.InfoWindow({content: $lbcbe4e209670e28babd0986d284c6156});var infowindow = new google.maps.InfoWindow({content: $lbcbe4e209670e28babd0986d284c6156});google.maps.event.addListener(m_bcbe4e209670e28babd0986d284c6156, 'click', function() {infowindow.open(map,m_bcbe4e209670e28babd0986d284c6156);});$marker.push(m_bcbe4e209670e28babd0986d284c6156);}});}google.maps.event.addDomListener(window, 'load', initialize);