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.4891,-82.9425)};var g_21b439e1a01e18f98a2fda47d437e3f5 = new google.maps.Geocoder();g_21b439e1a01e18f98a2fda47d437e3f5.geocode( { 'address': "26151 Gratiot Ave, Roseville, MI 48066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseville-MI-checksmart').style.display = '';map = new google.maps.Map(document.getElementById('roseville-MI-checksmart'), mapOptions);}document.getElementById('836775bd').innerHTML += ' | View Map';var $l21b439e1a01e18f98a2fda47d437e3f5 = '

CheckSmart

Address: 26151 Gratiot Ave, Roseville, MI 48066, USA
Phone: (586) 771-3445
';var m_21b439e1a01e18f98a2fda47d437e3f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckSmart',});m_21b439e1a01e18f98a2fda47d437e3f5['infowindow'] = new google.maps.InfoWindow({content: $l21b439e1a01e18f98a2fda47d437e3f5});var infowindow = new google.maps.InfoWindow({content: $l21b439e1a01e18f98a2fda47d437e3f5});google.maps.event.addListener(m_21b439e1a01e18f98a2fda47d437e3f5, 'click', function() {infowindow.open(map,m_21b439e1a01e18f98a2fda47d437e3f5);});$marker.push(m_21b439e1a01e18f98a2fda47d437e3f5);}});}google.maps.event.addDomListener(window, 'load', initialize);