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(34.7811,-96.6704)};var g_52e84c2ae14ba4a5898aa0d2a857c4d5 = new google.maps.Geocoder();g_52e84c2ae14ba4a5898aa0d2a857c4d5.geocode( { 'address': "625 N Mississippi Ave Suite D, Ada, OK 74820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ada-OK-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('ada-OK-approved-cash'), mapOptions);}document.getElementById('1b60de2c').innerHTML += ' | View Map';var $l52e84c2ae14ba4a5898aa0d2a857c4d5 = '

Approved Cash

Address: 625 N Mississippi Ave Suite D, Ada, OK 74820, USA
Phone: (580) 421-7751
';var m_52e84c2ae14ba4a5898aa0d2a857c4d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_52e84c2ae14ba4a5898aa0d2a857c4d5['infowindow'] = new google.maps.InfoWindow({content: $l52e84c2ae14ba4a5898aa0d2a857c4d5});var infowindow = new google.maps.InfoWindow({content: $l52e84c2ae14ba4a5898aa0d2a857c4d5});google.maps.event.addListener(m_52e84c2ae14ba4a5898aa0d2a857c4d5, 'click', function() {infowindow.open(map,m_52e84c2ae14ba4a5898aa0d2a857c4d5);});$marker.push(m_52e84c2ae14ba4a5898aa0d2a857c4d5);}});}google.maps.event.addDomListener(window, 'load', initialize);