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.4222,-83.4701)};var g_be4965adde3a7edb9cad51c7777a9fb5 = new google.maps.Geocoder();g_be4965adde3a7edb9cad51c7777a9fb5.geocode( { 'address': "17400 Cedar Lake Cir, Northville, MI 48167"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northville-MI-cedar-lake').style.display = '';map = new google.maps.Map(document.getElementById('northville-MI-cedar-lake'), mapOptions);}document.getElementById('9861a44d').innerHTML += ' | View Map';var $lbe4965adde3a7edb9cad51c7777a9fb5 = '

Cedar Lake

Address: 17400 Cedar Lake Cir, Northville, MI 48167
Phone: (248) 348-1830
';var m_be4965adde3a7edb9cad51c7777a9fb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cedar Lake',});m_be4965adde3a7edb9cad51c7777a9fb5['infowindow'] = new google.maps.InfoWindow({content: $lbe4965adde3a7edb9cad51c7777a9fb5});var infowindow = new google.maps.InfoWindow({content: $lbe4965adde3a7edb9cad51c7777a9fb5});google.maps.event.addListener(m_be4965adde3a7edb9cad51c7777a9fb5, 'click', function() {infowindow.open(map,m_be4965adde3a7edb9cad51c7777a9fb5);});$marker.push(m_be4965adde3a7edb9cad51c7777a9fb5);}});}google.maps.event.addDomListener(window, 'load', initialize);