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.665,-97.2807)};var g_f2ca76e5fc62ec825811161400488e3f = new google.maps.Geocoder();g_f2ca76e5fc62ec825811161400488e3f.geocode( { 'address': "1547 S Oliver St, Wichita, KS 67218, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-a-ok-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-a-ok-check-cashing'), mapOptions);}document.getElementById('7390f4de').innerHTML += ' | View Map';var $lf2ca76e5fc62ec825811161400488e3f = '

A-OK Check Cashing

Address: 1547 S Oliver St, Wichita, KS 67218, USA
Phone: (316) 682-6242
';var m_f2ca76e5fc62ec825811161400488e3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A-OK Check Cashing',});m_f2ca76e5fc62ec825811161400488e3f['infowindow'] = new google.maps.InfoWindow({content: $lf2ca76e5fc62ec825811161400488e3f});var infowindow = new google.maps.InfoWindow({content: $lf2ca76e5fc62ec825811161400488e3f});google.maps.event.addListener(m_f2ca76e5fc62ec825811161400488e3f, 'click', function() {infowindow.open(map,m_f2ca76e5fc62ec825811161400488e3f);});$marker.push(m_f2ca76e5fc62ec825811161400488e3f);}});}google.maps.event.addDomListener(window, 'load', initialize);