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.5488,-83.1495)};var g_d35c265f4662d116f6f56d67a6386ca4 = new google.maps.Geocoder();g_d35c265f4662d116f6f56d67a6386ca4.geocode( { 'address': "178 W Maple Rd, Troy, MI 48084, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('troy-MI-check-n-go'), mapOptions);}document.getElementById('83b5fb41').innerHTML += ' | View Map';var $ld35c265f4662d116f6f56d67a6386ca4 = '

Check 'n Go

Address: 178 W Maple Rd, Troy, MI 48084, USA
Phone: (248) 244-2270
';var m_d35c265f4662d116f6f56d67a6386ca4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_d35c265f4662d116f6f56d67a6386ca4['infowindow'] = new google.maps.InfoWindow({content: $ld35c265f4662d116f6f56d67a6386ca4});var infowindow = new google.maps.InfoWindow({content: $ld35c265f4662d116f6f56d67a6386ca4});google.maps.event.addListener(m_d35c265f4662d116f6f56d67a6386ca4, 'click', function() {infowindow.open(map,m_d35c265f4662d116f6f56d67a6386ca4);});$marker.push(m_d35c265f4662d116f6f56d67a6386ca4);}});}google.maps.event.addDomListener(window, 'load', initialize);