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.4058,-94.5157)};var g_37d796a19e448f1b719738deab7b57cb = new google.maps.Geocoder();g_37d796a19e448f1b719738deab7b57cb.geocode( { 'address': "105 W Ray Fine Blvd, Roland, OK 74954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roland-OK-fast-cash').style.display = '';map = new google.maps.Map(document.getElementById('roland-OK-fast-cash'), mapOptions);}document.getElementById('454e25d6').innerHTML += ' | View Map';var $l37d796a19e448f1b719738deab7b57cb = '

Fast Cash

Address: 105 W Ray Fine Blvd, Roland, OK 74954, USA
Phone: (918) 427-1113
';var m_37d796a19e448f1b719738deab7b57cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Cash',});m_37d796a19e448f1b719738deab7b57cb['infowindow'] = new google.maps.InfoWindow({content: $l37d796a19e448f1b719738deab7b57cb});var infowindow = new google.maps.InfoWindow({content: $l37d796a19e448f1b719738deab7b57cb});google.maps.event.addListener(m_37d796a19e448f1b719738deab7b57cb, 'click', function() {infowindow.open(map,m_37d796a19e448f1b719738deab7b57cb);});$marker.push(m_37d796a19e448f1b719738deab7b57cb);}});}google.maps.event.addDomListener(window, 'load', initialize);