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.0957,-88.1929)};var g_280d95a2fa54a3c720515580c9269c90 = new google.maps.Geocoder();g_280d95a2fa54a3c720515580c9269c90.geocode( { 'address': "1815 Philo Rd, Urbana, IL 61802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbana-IL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('urbana-IL-check-n-go'), mapOptions);}document.getElementById('67d91e6b').innerHTML += ' | View Map';var $l280d95a2fa54a3c720515580c9269c90 = '

Check 'n Go

Address: 1815 Philo Rd, Urbana, IL 61802, USA
Phone: (217) 328-4600
';var m_280d95a2fa54a3c720515580c9269c90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_280d95a2fa54a3c720515580c9269c90['infowindow'] = new google.maps.InfoWindow({content: $l280d95a2fa54a3c720515580c9269c90});var infowindow = new google.maps.InfoWindow({content: $l280d95a2fa54a3c720515580c9269c90});google.maps.event.addListener(m_280d95a2fa54a3c720515580c9269c90, 'click', function() {infowindow.open(map,m_280d95a2fa54a3c720515580c9269c90);});$marker.push(m_280d95a2fa54a3c720515580c9269c90);}});}google.maps.event.addDomListener(window, 'load', initialize);