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.8007,-94.6262)};var g_61176ecd962a5dfda722e3ed8b25869f = new google.maps.Geocoder();g_61176ecd962a5dfda722e3ed8b25869f.geocode( { 'address': "1735 US-59, Stilwell, OK 74960, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stilwell-OK-cash-n-go').style.display = '';map = new google.maps.Map(document.getElementById('stilwell-OK-cash-n-go'), mapOptions);}document.getElementById('cac5338e').innerHTML += ' | View Map';var $l61176ecd962a5dfda722e3ed8b25869f = '

Cash N Go

Address: 1735 US-59, Stilwell, OK 74960, USA
Phone: (918) 696-0407
';var m_61176ecd962a5dfda722e3ed8b25869f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash N Go',});m_61176ecd962a5dfda722e3ed8b25869f['infowindow'] = new google.maps.InfoWindow({content: $l61176ecd962a5dfda722e3ed8b25869f});var infowindow = new google.maps.InfoWindow({content: $l61176ecd962a5dfda722e3ed8b25869f});google.maps.event.addListener(m_61176ecd962a5dfda722e3ed8b25869f, 'click', function() {infowindow.open(map,m_61176ecd962a5dfda722e3ed8b25869f);});$marker.push(m_61176ecd962a5dfda722e3ed8b25869f);}});}google.maps.event.addDomListener(window, 'load', initialize);