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.6723,-86.8931)};var g_8ba5b062ce9034d54bf002239fd13745 = new google.maps.Geocoder();g_8ba5b062ce9034d54bf002239fd13745.geocode( { 'address': "5236 S Franklin St., Michigan City, IN 46360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('michigan-city-IN-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('michigan-city-IN-check-n-go'), mapOptions);}document.getElementById('32fdfd71').innerHTML += ' | View Map';var $l8ba5b062ce9034d54bf002239fd13745 = '

Check 'n Go

Address: 5236 S Franklin St., Michigan City, IN 46360, USA
Phone: (219) 879-2312
';var m_8ba5b062ce9034d54bf002239fd13745 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_8ba5b062ce9034d54bf002239fd13745['infowindow'] = new google.maps.InfoWindow({content: $l8ba5b062ce9034d54bf002239fd13745});var infowindow = new google.maps.InfoWindow({content: $l8ba5b062ce9034d54bf002239fd13745});google.maps.event.addListener(m_8ba5b062ce9034d54bf002239fd13745, 'click', function() {infowindow.open(map,m_8ba5b062ce9034d54bf002239fd13745);});$marker.push(m_8ba5b062ce9034d54bf002239fd13745);}});}google.maps.event.addDomListener(window, 'load', initialize);