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.2818,-83.1868)};var g_b39b53f3bb7ef2268463729e445517fc = new google.maps.Geocoder();g_b39b53f3bb7ef2268463729e445517fc.geocode( { 'address': "18304 Allen Rd, Melvindale, MI 48122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melvindale-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('melvindale-MI-check-n-go'), mapOptions);}document.getElementById('0ffb748f').innerHTML += ' | View Map';var $lb39b53f3bb7ef2268463729e445517fc = '

Check 'n Go

Address: 18304 Allen Rd, Melvindale, MI 48122, USA
Phone: (313) 388-2788
';var m_b39b53f3bb7ef2268463729e445517fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_b39b53f3bb7ef2268463729e445517fc['infowindow'] = new google.maps.InfoWindow({content: $lb39b53f3bb7ef2268463729e445517fc});var infowindow = new google.maps.InfoWindow({content: $lb39b53f3bb7ef2268463729e445517fc});google.maps.event.addListener(m_b39b53f3bb7ef2268463729e445517fc, 'click', function() {infowindow.open(map,m_b39b53f3bb7ef2268463729e445517fc);});$marker.push(m_b39b53f3bb7ef2268463729e445517fc);}});}google.maps.event.addDomListener(window, 'load', initialize);