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.0323,-97.9368)};var g_4a4774a8fd7cb5194f05ba4386d408bf = new google.maps.Geocoder();g_4a4774a8fd7cb5194f05ba4386d408bf.geocode( { 'address': "1750 S 4th St, Chickasha, OK 73018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chickasha-OK-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('chickasha-OK-approved-cash'), mapOptions);}document.getElementById('be804b9a').innerHTML += ' | View Map';var $l4a4774a8fd7cb5194f05ba4386d408bf = '

Approved Cash

Address: 1750 S 4th St, Chickasha, OK 73018, USA
Phone: (405) 222-3952
';var m_4a4774a8fd7cb5194f05ba4386d408bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_4a4774a8fd7cb5194f05ba4386d408bf['infowindow'] = new google.maps.InfoWindow({content: $l4a4774a8fd7cb5194f05ba4386d408bf});var infowindow = new google.maps.InfoWindow({content: $l4a4774a8fd7cb5194f05ba4386d408bf});google.maps.event.addListener(m_4a4774a8fd7cb5194f05ba4386d408bf, 'click', function() {infowindow.open(map,m_4a4774a8fd7cb5194f05ba4386d408bf);});$marker.push(m_4a4774a8fd7cb5194f05ba4386d408bf);}});}google.maps.event.addDomListener(window, 'load', initialize);