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(42.3039,-84.0203)};var g_2eab53c41a3ec1922ba6e35907a2311d = new google.maps.Geocoder();g_2eab53c41a3ec1922ba6e35907a2311d.geocode( { 'address': "1153 S Main St, Chelsea, MI 48118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chelsea-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('chelsea-MI-check-n-go'), mapOptions);}document.getElementById('b75b170f').innerHTML += ' | View Map';var $l2eab53c41a3ec1922ba6e35907a2311d = '

Check 'n Go

Address: 1153 S Main St, Chelsea, MI 48118, USA
Phone: (734) 433-2662
';var m_2eab53c41a3ec1922ba6e35907a2311d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_2eab53c41a3ec1922ba6e35907a2311d['infowindow'] = new google.maps.InfoWindow({content: $l2eab53c41a3ec1922ba6e35907a2311d});var infowindow = new google.maps.InfoWindow({content: $l2eab53c41a3ec1922ba6e35907a2311d});google.maps.event.addListener(m_2eab53c41a3ec1922ba6e35907a2311d, 'click', function() {infowindow.open(map,m_2eab53c41a3ec1922ba6e35907a2311d);});$marker.push(m_2eab53c41a3ec1922ba6e35907a2311d);}});}google.maps.event.addDomListener(window, 'load', initialize);