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(41.5211,-88.1337)};var g_2d1bcedd27b586d2a9562a0f8e076b41 = new google.maps.Geocoder();g_2d1bcedd27b586d2a9562a0f8e076b41.geocode( { 'address': "2116 W Jefferson St, Joliet, IL 60435, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('joliet-IL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('joliet-IL-check-n-go'), mapOptions);}document.getElementById('f17c3e0e').innerHTML += ' | View Map';var $l2d1bcedd27b586d2a9562a0f8e076b41 = '

Check 'n Go

Address: 2116 W Jefferson St, Joliet, IL 60435, USA
Phone: (815) 741-8200
';var m_2d1bcedd27b586d2a9562a0f8e076b41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_2d1bcedd27b586d2a9562a0f8e076b41['infowindow'] = new google.maps.InfoWindow({content: $l2d1bcedd27b586d2a9562a0f8e076b41});var infowindow = new google.maps.InfoWindow({content: $l2d1bcedd27b586d2a9562a0f8e076b41});google.maps.event.addListener(m_2d1bcedd27b586d2a9562a0f8e076b41, 'click', function() {infowindow.open(map,m_2d1bcedd27b586d2a9562a0f8e076b41);});$marker.push(m_2d1bcedd27b586d2a9562a0f8e076b41);}});}google.maps.event.addDomListener(window, 'load', initialize);