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.4943,-97.2738)};var g_bc567280550f89010495dbfdcd19c25f = new google.maps.Geocoder();g_bc567280550f89010495dbfdcd19c25f.geocode( { 'address': "14465 NE 23rd St, Choctaw, OK 73020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('choctaw-OK-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('choctaw-OK-approved-cash'), mapOptions);}document.getElementById('bc626630').innerHTML += ' | View Map';var $lbc567280550f89010495dbfdcd19c25f = '

Approved Cash

Address: 14465 NE 23rd St, Choctaw, OK 73020, USA
Phone: (405) 390-3450
';var m_bc567280550f89010495dbfdcd19c25f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_bc567280550f89010495dbfdcd19c25f['infowindow'] = new google.maps.InfoWindow({content: $lbc567280550f89010495dbfdcd19c25f});var infowindow = new google.maps.InfoWindow({content: $lbc567280550f89010495dbfdcd19c25f});google.maps.event.addListener(m_bc567280550f89010495dbfdcd19c25f, 'click', function() {infowindow.open(map,m_bc567280550f89010495dbfdcd19c25f);});$marker.push(m_bc567280550f89010495dbfdcd19c25f);}});}google.maps.event.addDomListener(window, 'load', initialize);