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.188,-96.6756)};var g_ea2bba2322f3e38b75cd5e35bad90340 = new google.maps.Geocoder();g_ea2bba2322f3e38b75cd5e35bad90340.geocode( { 'address': "12601 Old State Hwy 99, Seminole, OK 74868, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seminole-OK-willis-quick-stop').style.display = '';map = new google.maps.Map(document.getElementById('seminole-OK-willis-quick-stop'), mapOptions);}document.getElementById('4e65930a').innerHTML += ' | View Map';var $lea2bba2322f3e38b75cd5e35bad90340 = '

Willis Quick Stop

Address: 12601 Old State Hwy 99, Seminole, OK 74868, USA
Phone: (405) 382-5251
';var m_ea2bba2322f3e38b75cd5e35bad90340 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Willis Quick Stop',});m_ea2bba2322f3e38b75cd5e35bad90340['infowindow'] = new google.maps.InfoWindow({content: $lea2bba2322f3e38b75cd5e35bad90340});var infowindow = new google.maps.InfoWindow({content: $lea2bba2322f3e38b75cd5e35bad90340});google.maps.event.addListener(m_ea2bba2322f3e38b75cd5e35bad90340, 'click', function() {infowindow.open(map,m_ea2bba2322f3e38b75cd5e35bad90340);});$marker.push(m_ea2bba2322f3e38b75cd5e35bad90340);}});}google.maps.event.addDomListener(window, 'load', initialize);