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.4054,-94.493)};var g_f04b8b59e703ac3889bf1ce4ca52db81 = new google.maps.Geocoder();g_f04b8b59e703ac3889bf1ce4ca52db81.geocode( { 'address': "479149 Old U.S. 64, Roland, OK 74954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roland-OK-cash-n-go').style.display = '';map = new google.maps.Map(document.getElementById('roland-OK-cash-n-go'), mapOptions);}document.getElementById('6af13153').innerHTML += ' | View Map';var $lf04b8b59e703ac3889bf1ce4ca52db81 = '

Cash N Go

Address: 479149 Old U.S. 64, Roland, OK 74954, USA
Phone: (918) 427-6830
';var m_f04b8b59e703ac3889bf1ce4ca52db81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash N Go',});m_f04b8b59e703ac3889bf1ce4ca52db81['infowindow'] = new google.maps.InfoWindow({content: $lf04b8b59e703ac3889bf1ce4ca52db81});var infowindow = new google.maps.InfoWindow({content: $lf04b8b59e703ac3889bf1ce4ca52db81});google.maps.event.addListener(m_f04b8b59e703ac3889bf1ce4ca52db81, 'click', function() {infowindow.open(map,m_f04b8b59e703ac3889bf1ce4ca52db81);});$marker.push(m_f04b8b59e703ac3889bf1ce4ca52db81);}});}google.maps.event.addDomListener(window, 'load', initialize);