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(34.227,-95.6219)};var g_3013b998daf7e2e70e1529e67f4578ec = new google.maps.Geocoder();g_3013b998daf7e2e70e1529e67f4578ec.geocode( { 'address': "503 SW C St, Antlers, OK 74523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antlers-OK-kwik-chek').style.display = '';map = new google.maps.Map(document.getElementById('antlers-OK-kwik-chek'), mapOptions);}document.getElementById('1bd8e52a').innerHTML += ' | View Map';var $l3013b998daf7e2e70e1529e67f4578ec = '

Kwik Chek

Address: 503 SW C St, Antlers, OK 74523, USA
Phone: (580) 298-3531
';var m_3013b998daf7e2e70e1529e67f4578ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kwik Chek',});m_3013b998daf7e2e70e1529e67f4578ec['infowindow'] = new google.maps.InfoWindow({content: $l3013b998daf7e2e70e1529e67f4578ec});var infowindow = new google.maps.InfoWindow({content: $l3013b998daf7e2e70e1529e67f4578ec});google.maps.event.addListener(m_3013b998daf7e2e70e1529e67f4578ec, 'click', function() {infowindow.open(map,m_3013b998daf7e2e70e1529e67f4578ec);});$marker.push(m_3013b998daf7e2e70e1529e67f4578ec);}});}google.maps.event.addDomListener(window, 'load', initialize);