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.2313,-96.9966)};var g_88f64d69018af616abf977934ec8226c = new google.maps.Geocoder();g_88f64d69018af616abf977934ec8226c.geocode( { 'address': "1720 South Main Street, Winfield, KS 67156, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winfield-KS-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('winfield-KS-check-n-go'), mapOptions);}document.getElementById('259be2ac').innerHTML += ' | View Map';var $l88f64d69018af616abf977934ec8226c = '

Check 'n Go

Address: 1720 South Main Street, Winfield, KS 67156, USA
Phone: (620) 221-4195
';var m_88f64d69018af616abf977934ec8226c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_88f64d69018af616abf977934ec8226c['infowindow'] = new google.maps.InfoWindow({content: $l88f64d69018af616abf977934ec8226c});var infowindow = new google.maps.InfoWindow({content: $l88f64d69018af616abf977934ec8226c});google.maps.event.addListener(m_88f64d69018af616abf977934ec8226c, 'click', function() {infowindow.open(map,m_88f64d69018af616abf977934ec8226c);});$marker.push(m_88f64d69018af616abf977934ec8226c);}});}google.maps.event.addDomListener(window, 'load', initialize);