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(38.956,-94.5065)};var g_bc4326e2f7a7df330c3b5244d5c011f4 = new google.maps.Geocoder();g_bc4326e2f7a7df330c3b5244d5c011f4.geocode( { 'address': "9262 Blue Ridge Blvd, Kansas City, MO 64138, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-check-n-go'), mapOptions);}document.getElementById('99fbc161').innerHTML += ' | View Map';var $lbc4326e2f7a7df330c3b5244d5c011f4 = '

Check 'n Go

Address: 9262 Blue Ridge Blvd, Kansas City, MO 64138, USA
Phone: (816) 966-0055
';var m_bc4326e2f7a7df330c3b5244d5c011f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_bc4326e2f7a7df330c3b5244d5c011f4['infowindow'] = new google.maps.InfoWindow({content: $lbc4326e2f7a7df330c3b5244d5c011f4});var infowindow = new google.maps.InfoWindow({content: $lbc4326e2f7a7df330c3b5244d5c011f4});google.maps.event.addListener(m_bc4326e2f7a7df330c3b5244d5c011f4, 'click', function() {infowindow.open(map,m_bc4326e2f7a7df330c3b5244d5c011f4);});$marker.push(m_bc4326e2f7a7df330c3b5244d5c011f4);}});}google.maps.event.addDomListener(window, 'load', initialize);