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.8287,-96.3915)};var g_043c2ec6c6390dd0ac5519190a57c88c = new google.maps.Geocoder();g_043c2ec6c6390dd0ac5519190a57c88c.geocode( { 'address': "502 S Main St, Bristow, OK 74010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristow-OK-national-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('bristow-OK-national-quik-cash'), mapOptions);}document.getElementById('202e590a').innerHTML += ' | View Map';var $l043c2ec6c6390dd0ac5519190a57c88c = '

National Quik Cash

Address: 502 S Main St, Bristow, OK 74010, USA
Phone: (918) 367-3666
';var m_043c2ec6c6390dd0ac5519190a57c88c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Quik Cash',});m_043c2ec6c6390dd0ac5519190a57c88c['infowindow'] = new google.maps.InfoWindow({content: $l043c2ec6c6390dd0ac5519190a57c88c});var infowindow = new google.maps.InfoWindow({content: $l043c2ec6c6390dd0ac5519190a57c88c});google.maps.event.addListener(m_043c2ec6c6390dd0ac5519190a57c88c, 'click', function() {infowindow.open(map,m_043c2ec6c6390dd0ac5519190a57c88c);});$marker.push(m_043c2ec6c6390dd0ac5519190a57c88c);}});}google.maps.event.addDomListener(window, 'load', initialize);