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.4048,-96.2014)};var g_dc13d36ef8122b415fc563ae8a29eb03 = new google.maps.Geocoder();g_dc13d36ef8122b415fc563ae8a29eb03.geocode( { 'address': "1703 W 6th Ave, Emporia, KS 66801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('emporia-KS-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('emporia-KS-quik-cash'), mapOptions);}document.getElementById('38e9d0ff').innerHTML += ' | View Map';var $ldc13d36ef8122b415fc563ae8a29eb03 = '

Quik Cash

Address: 1703 W 6th Ave, Emporia, KS 66801, USA
Phone: (620) 343-2222
';var m_dc13d36ef8122b415fc563ae8a29eb03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_dc13d36ef8122b415fc563ae8a29eb03['infowindow'] = new google.maps.InfoWindow({content: $ldc13d36ef8122b415fc563ae8a29eb03});var infowindow = new google.maps.InfoWindow({content: $ldc13d36ef8122b415fc563ae8a29eb03});google.maps.event.addListener(m_dc13d36ef8122b415fc563ae8a29eb03, 'click', function() {infowindow.open(map,m_dc13d36ef8122b415fc563ae8a29eb03);});$marker.push(m_dc13d36ef8122b415fc563ae8a29eb03);}});}google.maps.event.addDomListener(window, 'load', initialize);