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(39.8307,-89.6319)};var g_ce6907d94233d611e2f8349ab3b38264 = new google.maps.Geocoder();g_ce6907d94233d611e2f8349ab3b38264.geocode( { 'address': "1700 E Sangamon Ave, Springfield, IL 62702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-IL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('springfield-IL-check-n-go'), mapOptions);}document.getElementById('86ce9f17').innerHTML += ' | View Map';var $lce6907d94233d611e2f8349ab3b38264 = '

Check 'n Go

Address: 1700 E Sangamon Ave, Springfield, IL 62702, USA
Phone: (217) 753-4573
';var m_ce6907d94233d611e2f8349ab3b38264 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_ce6907d94233d611e2f8349ab3b38264['infowindow'] = new google.maps.InfoWindow({content: $lce6907d94233d611e2f8349ab3b38264});var infowindow = new google.maps.InfoWindow({content: $lce6907d94233d611e2f8349ab3b38264});google.maps.event.addListener(m_ce6907d94233d611e2f8349ab3b38264, 'click', function() {infowindow.open(map,m_ce6907d94233d611e2f8349ab3b38264);});$marker.push(m_ce6907d94233d611e2f8349ab3b38264);}});}google.maps.event.addDomListener(window, 'load', initialize);