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(39.1659,-86.5822)};var g_285910f5ff9f9eddf129c46fc2bc5982 = new google.maps.Geocoder();g_285910f5ff9f9eddf129c46fc2bc5982.geocode( { 'address': "3824 W 3rd St, Bloomington, IN 47408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomington-IN-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('bloomington-IN-check-n-go'), mapOptions);}document.getElementById('65b28941').innerHTML += ' | View Map';var $l285910f5ff9f9eddf129c46fc2bc5982 = '

Check 'n Go

Address: 3824 W 3rd St, Bloomington, IN 47408, USA
Phone: (812) 337-1111
';var m_285910f5ff9f9eddf129c46fc2bc5982 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_285910f5ff9f9eddf129c46fc2bc5982['infowindow'] = new google.maps.InfoWindow({content: $l285910f5ff9f9eddf129c46fc2bc5982});var infowindow = new google.maps.InfoWindow({content: $l285910f5ff9f9eddf129c46fc2bc5982});google.maps.event.addListener(m_285910f5ff9f9eddf129c46fc2bc5982, 'click', function() {infowindow.open(map,m_285910f5ff9f9eddf129c46fc2bc5982);});$marker.push(m_285910f5ff9f9eddf129c46fc2bc5982);}});}google.maps.event.addDomListener(window, 'load', initialize);