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.2695,-83.7723)};var g_f636ac6aca83048daf637c23020c18d1 = new google.maps.Geocoder();g_f636ac6aca83048daf637c23020c18d1.geocode( { 'address': "1912 W Stadium Blvd, Ann Arbor, MI 48103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-check-n-go'), mapOptions);}document.getElementById('5df1c205').innerHTML += ' | View Map';var $lf636ac6aca83048daf637c23020c18d1 = '

Check 'n Go

Address: 1912 W Stadium Blvd, Ann Arbor, MI 48103, USA
Phone: (734) 213-8101
';var m_f636ac6aca83048daf637c23020c18d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_f636ac6aca83048daf637c23020c18d1['infowindow'] = new google.maps.InfoWindow({content: $lf636ac6aca83048daf637c23020c18d1});var infowindow = new google.maps.InfoWindow({content: $lf636ac6aca83048daf637c23020c18d1});google.maps.event.addListener(m_f636ac6aca83048daf637c23020c18d1, 'click', function() {infowindow.open(map,m_f636ac6aca83048daf637c23020c18d1);});$marker.push(m_f636ac6aca83048daf637c23020c18d1);}});}google.maps.event.addDomListener(window, 'load', initialize);