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.398,-83.0589)};var g_499d3dc8d07a4e5cecaa15e0e61b8a37 = new google.maps.Geocoder();g_499d3dc8d07a4e5cecaa15e0e61b8a37.geocode( { 'address': "10015 Joseph Campau Ave, Hamtramck, MI 48212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamtramck-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('hamtramck-MI-check-n-go'), mapOptions);}document.getElementById('704744ba').innerHTML += ' | View Map';var $l499d3dc8d07a4e5cecaa15e0e61b8a37 = '

Check 'n Go

Address: 10015 Joseph Campau Ave, Hamtramck, MI 48212, USA
Phone: (313) 872-3000
';var m_499d3dc8d07a4e5cecaa15e0e61b8a37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_499d3dc8d07a4e5cecaa15e0e61b8a37['infowindow'] = new google.maps.InfoWindow({content: $l499d3dc8d07a4e5cecaa15e0e61b8a37});var infowindow = new google.maps.InfoWindow({content: $l499d3dc8d07a4e5cecaa15e0e61b8a37});google.maps.event.addListener(m_499d3dc8d07a4e5cecaa15e0e61b8a37, 'click', function() {infowindow.open(map,m_499d3dc8d07a4e5cecaa15e0e61b8a37);});$marker.push(m_499d3dc8d07a4e5cecaa15e0e61b8a37);}});}google.maps.event.addDomListener(window, 'load', initialize);