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.2411,-83.6004)};var g_92f24ce38e4449ab57f678f1c263ae97 = new google.maps.Geocoder();g_92f24ce38e4449ab57f678f1c263ae97.geocode( { 'address': "614 E Michigan Ave, Ypsilanti, MI 48197, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ypsilanti-MI-checksmart').style.display = '';map = new google.maps.Map(document.getElementById('ypsilanti-MI-checksmart'), mapOptions);}document.getElementById('7a3d93c6').innerHTML += ' | View Map';var $l92f24ce38e4449ab57f678f1c263ae97 = '

CheckSmart

Address: 614 E Michigan Ave, Ypsilanti, MI 48197, USA
Phone: (734) 485-6248
';var m_92f24ce38e4449ab57f678f1c263ae97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckSmart',});m_92f24ce38e4449ab57f678f1c263ae97['infowindow'] = new google.maps.InfoWindow({content: $l92f24ce38e4449ab57f678f1c263ae97});var infowindow = new google.maps.InfoWindow({content: $l92f24ce38e4449ab57f678f1c263ae97});google.maps.event.addListener(m_92f24ce38e4449ab57f678f1c263ae97, 'click', function() {infowindow.open(map,m_92f24ce38e4449ab57f678f1c263ae97);});$marker.push(m_92f24ce38e4449ab57f678f1c263ae97);}});}google.maps.event.addDomListener(window, 'load', initialize);