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.5151,-98.9769)};var g_eb63dbf55a3f40d1a2ea77fd884abd26 = new google.maps.Geocoder();g_eb63dbf55a3f40d1a2ea77fd884abd26.geocode( { 'address': "1324 W Gary Blvd, Clinton, OK 73601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-OK-fast-cash').style.display = '';map = new google.maps.Map(document.getElementById('clinton-OK-fast-cash'), mapOptions);}document.getElementById('a56626fa').innerHTML += ' | View Map';var $leb63dbf55a3f40d1a2ea77fd884abd26 = '

Fast Cash

Address: 1324 W Gary Blvd, Clinton, OK 73601, USA
Phone: (580) 323-1097
';var m_eb63dbf55a3f40d1a2ea77fd884abd26 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Cash',});m_eb63dbf55a3f40d1a2ea77fd884abd26['infowindow'] = new google.maps.InfoWindow({content: $leb63dbf55a3f40d1a2ea77fd884abd26});var infowindow = new google.maps.InfoWindow({content: $leb63dbf55a3f40d1a2ea77fd884abd26});google.maps.event.addListener(m_eb63dbf55a3f40d1a2ea77fd884abd26, 'click', function() {infowindow.open(map,m_eb63dbf55a3f40d1a2ea77fd884abd26);});$marker.push(m_eb63dbf55a3f40d1a2ea77fd884abd26);}});}google.maps.event.addDomListener(window, 'load', initialize);