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.6218,-95.9677)};var g_9d99d497463660a8fe054967a974b2fd = new google.maps.Geocoder();g_9d99d497463660a8fe054967a974b2fd.geocode( { 'address': "401 E 8th St, Okmulgee, OK 74447, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('okmulgee-OK-national-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('okmulgee-OK-national-quik-cash'), mapOptions);}document.getElementById('dfc38fa9').innerHTML += ' | View Map';var $l9d99d497463660a8fe054967a974b2fd = '

National Quik Cash

Address: 401 E 8th St, Okmulgee, OK 74447, USA
Phone: (918) 752-0616
';var m_9d99d497463660a8fe054967a974b2fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Quik Cash',});m_9d99d497463660a8fe054967a974b2fd['infowindow'] = new google.maps.InfoWindow({content: $l9d99d497463660a8fe054967a974b2fd});var infowindow = new google.maps.InfoWindow({content: $l9d99d497463660a8fe054967a974b2fd});google.maps.event.addListener(m_9d99d497463660a8fe054967a974b2fd, 'click', function() {infowindow.open(map,m_9d99d497463660a8fe054967a974b2fd);});$marker.push(m_9d99d497463660a8fe054967a974b2fd);}});}google.maps.event.addDomListener(window, 'load', initialize);