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.5501,-87.1789)};var g_a21e85aedf84619520f0c5e30bd55042 = new google.maps.Geocoder();g_a21e85aedf84619520f0c5e30bd55042.geocode( { 'address': "6097 US-6 b, Portage, IN 46368, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portage-IN-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('portage-IN-check-n-go'), mapOptions);}document.getElementById('4a9f9901').innerHTML += ' | View Map';var $la21e85aedf84619520f0c5e30bd55042 = '

Check 'n Go

Address: 6097 US-6 b, Portage, IN 46368, USA
Phone: (219) 762-5522
';var m_a21e85aedf84619520f0c5e30bd55042 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_a21e85aedf84619520f0c5e30bd55042['infowindow'] = new google.maps.InfoWindow({content: $la21e85aedf84619520f0c5e30bd55042});var infowindow = new google.maps.InfoWindow({content: $la21e85aedf84619520f0c5e30bd55042});google.maps.event.addListener(m_a21e85aedf84619520f0c5e30bd55042, 'click', function() {infowindow.open(map,m_a21e85aedf84619520f0c5e30bd55042);});$marker.push(m_a21e85aedf84619520f0c5e30bd55042);}});}google.maps.event.addDomListener(window, 'load', initialize);