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(35.4472,-97.4055)};var g_c40d81efdade5f24d4d1181392064079 = new google.maps.Geocoder();g_c40d81efdade5f24d4d1181392064079.geocode( { 'address': "1800 S Air Depot Blvd, Midwest City, OK 73110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midwest-city-OK-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('midwest-city-OK-approved-cash'), mapOptions);}document.getElementById('d7844052').innerHTML += ' | View Map';var $lc40d81efdade5f24d4d1181392064079 = '

Approved Cash

Address: 1800 S Air Depot Blvd, Midwest City, OK 73110, USA
Phone: (405) 733-0400
';var m_c40d81efdade5f24d4d1181392064079 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_c40d81efdade5f24d4d1181392064079['infowindow'] = new google.maps.InfoWindow({content: $lc40d81efdade5f24d4d1181392064079});var infowindow = new google.maps.InfoWindow({content: $lc40d81efdade5f24d4d1181392064079});google.maps.event.addListener(m_c40d81efdade5f24d4d1181392064079, 'click', function() {infowindow.open(map,m_c40d81efdade5f24d4d1181392064079);});$marker.push(m_c40d81efdade5f24d4d1181392064079);}});}google.maps.event.addDomListener(window, 'load', initialize);