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(37.0449,-100.923)};var g_043f666b46413adf4ec7de4463e7edeb = new google.maps.Geocoder();g_043f666b46413adf4ec7de4463e7edeb.geocode( { 'address': "630 N Kansas Ave, Liberal, KS 67901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberal-KS-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('liberal-KS-check-n-go'), mapOptions);}document.getElementById('6e9bf149').innerHTML += ' | View Map';var $l043f666b46413adf4ec7de4463e7edeb = '

Check 'n Go

Address: 630 N Kansas Ave, Liberal, KS 67901, USA
Phone: (620) 624-7355
';var m_043f666b46413adf4ec7de4463e7edeb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_043f666b46413adf4ec7de4463e7edeb['infowindow'] = new google.maps.InfoWindow({content: $l043f666b46413adf4ec7de4463e7edeb});var infowindow = new google.maps.InfoWindow({content: $l043f666b46413adf4ec7de4463e7edeb});google.maps.event.addListener(m_043f666b46413adf4ec7de4463e7edeb, 'click', function() {infowindow.open(map,m_043f666b46413adf4ec7de4463e7edeb);});$marker.push(m_043f666b46413adf4ec7de4463e7edeb);}});}google.maps.event.addDomListener(window, 'load', initialize);