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.6069,-82.9537)};var g_5096ec0d9f539f466e83224eca39f65a = new google.maps.Geocoder();g_5096ec0d9f539f466e83224eca39f65a.geocode( { 'address': "42211 Garfield Rd #194, Charter Twp of Clinton, MI 48038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charter-township-of-clinton-MI-donaldson-williams-inc').style.display = '';map = new google.maps.Map(document.getElementById('charter-township-of-clinton-MI-donaldson-williams-inc'), mapOptions);}document.getElementById('ddfde0d6').innerHTML += ' | View Map';var $l5096ec0d9f539f466e83224eca39f65a = '

Donaldson Williams Inc

Address: 42211 Garfield Rd #194, Charter Twp of Clinton, MI 48038, USA
Phone: (586) 263-4590
';var m_5096ec0d9f539f466e83224eca39f65a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Donaldson Williams Inc',});m_5096ec0d9f539f466e83224eca39f65a['infowindow'] = new google.maps.InfoWindow({content: $l5096ec0d9f539f466e83224eca39f65a});var infowindow = new google.maps.InfoWindow({content: $l5096ec0d9f539f466e83224eca39f65a});google.maps.event.addListener(m_5096ec0d9f539f466e83224eca39f65a, 'click', function() {infowindow.open(map,m_5096ec0d9f539f466e83224eca39f65a);});$marker.push(m_5096ec0d9f539f466e83224eca39f65a);}});}google.maps.event.addDomListener(window, 'load', initialize);