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.4928,-83.0282)};var g_4bfa62213e6badab50fce7fc0c8d9b68 = new google.maps.Geocoder();g_4bfa62213e6badab50fce7fc0c8d9b68.geocode( { 'address': "27127 Van Dyke, Warren, MI 48093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warren-MI-checksmart').style.display = '';map = new google.maps.Map(document.getElementById('warren-MI-checksmart'), mapOptions);}document.getElementById('0823a761').innerHTML += ' | View Map';var $l4bfa62213e6badab50fce7fc0c8d9b68 = '

CheckSmart

Address: 27127 Van Dyke, Warren, MI 48093, USA
Phone: (586) 757-8995
';var m_4bfa62213e6badab50fce7fc0c8d9b68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckSmart',});m_4bfa62213e6badab50fce7fc0c8d9b68['infowindow'] = new google.maps.InfoWindow({content: $l4bfa62213e6badab50fce7fc0c8d9b68});var infowindow = new google.maps.InfoWindow({content: $l4bfa62213e6badab50fce7fc0c8d9b68});google.maps.event.addListener(m_4bfa62213e6badab50fce7fc0c8d9b68, 'click', function() {infowindow.open(map,m_4bfa62213e6badab50fce7fc0c8d9b68);});$marker.push(m_4bfa62213e6badab50fce7fc0c8d9b68);}});}google.maps.event.addDomListener(window, 'load', initialize);