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.6214,-83.0565)};var g_10577982ab1556971fc9c4640f4e082d = new google.maps.Geocoder();g_10577982ab1556971fc9c4640f4e082d.geocode( { 'address': "33455 Van Dyke, Sterling Heights, MI 48312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-heights-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-check-n-go'), mapOptions);}document.getElementById('3c38fcb2').innerHTML += ' | View Map';var $l10577982ab1556971fc9c4640f4e082d = '

Check 'n Go

Address: 33455 Van Dyke, Sterling Heights, MI 48312, USA
Phone: (586) 977-2711
';var m_10577982ab1556971fc9c4640f4e082d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_10577982ab1556971fc9c4640f4e082d['infowindow'] = new google.maps.InfoWindow({content: $l10577982ab1556971fc9c4640f4e082d});var infowindow = new google.maps.InfoWindow({content: $l10577982ab1556971fc9c4640f4e082d});google.maps.event.addListener(m_10577982ab1556971fc9c4640f4e082d, 'click', function() {infowindow.open(map,m_10577982ab1556971fc9c4640f4e082d);});$marker.push(m_10577982ab1556971fc9c4640f4e082d);}});var g_1041a1c29970d80d56b6dc22a9f4ab31 = new google.maps.Geocoder();g_1041a1c29970d80d56b6dc22a9f4ab31.geocode( { 'address': "44637 Mound Rd, Sterling Heights, MI 48314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-heights-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-check-n-go'), mapOptions);}document.getElementById('e9cf3556').innerHTML += ' | View Map';var $l1041a1c29970d80d56b6dc22a9f4ab31 = '

Check 'n Go

Address: 44637 Mound Rd, Sterling Heights, MI 48314, USA
Phone: (586) 726-1600
';var m_1041a1c29970d80d56b6dc22a9f4ab31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_1041a1c29970d80d56b6dc22a9f4ab31['infowindow'] = new google.maps.InfoWindow({content: $l1041a1c29970d80d56b6dc22a9f4ab31});var infowindow = new google.maps.InfoWindow({content: $l1041a1c29970d80d56b6dc22a9f4ab31});google.maps.event.addListener(m_1041a1c29970d80d56b6dc22a9f4ab31, 'click', function() {infowindow.open(map,m_1041a1c29970d80d56b6dc22a9f4ab31);});$marker.push(m_1041a1c29970d80d56b6dc22a9f4ab31);}});}google.maps.event.addDomListener(window, 'load', initialize);