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(40.2019,-87.626)};var g_4c3423726a24fc03c458b68151930a21 = new google.maps.Geocoder();g_4c3423726a24fc03c458b68151930a21.geocode( { 'address': "22 East West Newell Rd, Ste A, Danville, IL 61832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-IL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('danville-IL-check-n-go'), mapOptions);}document.getElementById('30fb6bdf').innerHTML += ' | View Map';var $l4c3423726a24fc03c458b68151930a21 = '

Check 'n Go

Address: 22 East West Newell Rd, Ste A, Danville, IL 61832, USA
Phone: (217) 442-0000
';var m_4c3423726a24fc03c458b68151930a21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_4c3423726a24fc03c458b68151930a21['infowindow'] = new google.maps.InfoWindow({content: $l4c3423726a24fc03c458b68151930a21});var infowindow = new google.maps.InfoWindow({content: $l4c3423726a24fc03c458b68151930a21});google.maps.event.addListener(m_4c3423726a24fc03c458b68151930a21, 'click', function() {infowindow.open(map,m_4c3423726a24fc03c458b68151930a21);});$marker.push(m_4c3423726a24fc03c458b68151930a21);}});}google.maps.event.addDomListener(window, 'load', initialize);