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.5668,-82.8923)};var g_17bafaff2a961a82ae4a7161dade1beb = new google.maps.Geocoder();g_17bafaff2a961a82ae4a7161dade1beb.geocode( { 'address': "36656 Gratiot Ave, Charter Twp of Clinton, MI 48035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charter-township-of-clinton-MI-checksmart').style.display = '';map = new google.maps.Map(document.getElementById('charter-township-of-clinton-MI-checksmart'), mapOptions);}document.getElementById('d28ded09').innerHTML += ' | View Map';var $l17bafaff2a961a82ae4a7161dade1beb = '

CheckSmart

Address: 36656 Gratiot Ave, Charter Twp of Clinton, MI 48035, USA
Phone: (586) 792-4519
';var m_17bafaff2a961a82ae4a7161dade1beb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckSmart',});m_17bafaff2a961a82ae4a7161dade1beb['infowindow'] = new google.maps.InfoWindow({content: $l17bafaff2a961a82ae4a7161dade1beb});var infowindow = new google.maps.InfoWindow({content: $l17bafaff2a961a82ae4a7161dade1beb});google.maps.event.addListener(m_17bafaff2a961a82ae4a7161dade1beb, 'click', function() {infowindow.open(map,m_17bafaff2a961a82ae4a7161dade1beb);});$marker.push(m_17bafaff2a961a82ae4a7161dade1beb);}});}google.maps.event.addDomListener(window, 'load', initialize);