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.9643,-84.6667)};var g_401359d05b972f79920907a196a0794b = new google.maps.Geocoder();g_401359d05b972f79920907a196a0794b.geocode( { 'address': "749 Olds St, Jonesville, MI 49250, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jonesville-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('jonesville-MI-check-n-go'), mapOptions);}document.getElementById('6c5d2c2c').innerHTML += ' | View Map';var $l401359d05b972f79920907a196a0794b = '

Check 'n Go

Address: 749 Olds St, Jonesville, MI 49250, USA
Phone: (517) 849-4000
';var m_401359d05b972f79920907a196a0794b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_401359d05b972f79920907a196a0794b['infowindow'] = new google.maps.InfoWindow({content: $l401359d05b972f79920907a196a0794b});var infowindow = new google.maps.InfoWindow({content: $l401359d05b972f79920907a196a0794b});google.maps.event.addListener(m_401359d05b972f79920907a196a0794b, 'click', function() {infowindow.open(map,m_401359d05b972f79920907a196a0794b);});$marker.push(m_401359d05b972f79920907a196a0794b);}});}google.maps.event.addDomListener(window, 'load', initialize);