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.4226,-87.3329)};var g_389fd0c6d243b17c055fc8a98b44f5d1 = new google.maps.Geocoder();g_389fd0c6d243b17c055fc8a98b44f5d1.geocode( { 'address': "10841 Broadway, Crown Point, IN 46307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crown-point-IN-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('crown-point-IN-check-n-go'), mapOptions);}document.getElementById('7a67efdd').innerHTML += ' | View Map';var $l389fd0c6d243b17c055fc8a98b44f5d1 = '

Check 'n Go

Address: 10841 Broadway, Crown Point, IN 46307, USA
Phone: (219) 663-0488
';var m_389fd0c6d243b17c055fc8a98b44f5d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_389fd0c6d243b17c055fc8a98b44f5d1['infowindow'] = new google.maps.InfoWindow({content: $l389fd0c6d243b17c055fc8a98b44f5d1});var infowindow = new google.maps.InfoWindow({content: $l389fd0c6d243b17c055fc8a98b44f5d1});google.maps.event.addListener(m_389fd0c6d243b17c055fc8a98b44f5d1, 'click', function() {infowindow.open(map,m_389fd0c6d243b17c055fc8a98b44f5d1);});$marker.push(m_389fd0c6d243b17c055fc8a98b44f5d1);}});}google.maps.event.addDomListener(window, 'load', initialize);