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.5051,-87.6062)};var g_f0e52b27a7a5d6a1a87373dffa53dbe5 = new google.maps.Geocoder();g_f0e52b27a7a5d6a1a87373dffa53dbe5.geocode( { 'address': "639 W 14th Pl, Chicago Heights, IL 60411"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-heights-IL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('chicago-heights-IL-check-n-go'), mapOptions);}document.getElementById('5b5bd5d5').innerHTML += ' | View Map';var $lf0e52b27a7a5d6a1a87373dffa53dbe5 = '

Check 'n Go

Address: 639 W 14th Pl, Chicago Heights, IL 60411
Phone: (708) 283-1000
';var m_f0e52b27a7a5d6a1a87373dffa53dbe5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_f0e52b27a7a5d6a1a87373dffa53dbe5['infowindow'] = new google.maps.InfoWindow({content: $lf0e52b27a7a5d6a1a87373dffa53dbe5});var infowindow = new google.maps.InfoWindow({content: $lf0e52b27a7a5d6a1a87373dffa53dbe5});google.maps.event.addListener(m_f0e52b27a7a5d6a1a87373dffa53dbe5, 'click', function() {infowindow.open(map,m_f0e52b27a7a5d6a1a87373dffa53dbe5);});$marker.push(m_f0e52b27a7a5d6a1a87373dffa53dbe5);}});}google.maps.event.addDomListener(window, 'load', initialize);