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.7224,-83.3781)};var g_6aba211db4e734748178373575db07cf = new google.maps.Geocoder();g_6aba211db4e734748178373575db07cf.geocode( { 'address': "5720 Sashabaw Rd, Village of Clarkston, MI 48346, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarkston-MI-david-simon-nmls-771025').style.display = '';map = new google.maps.Map(document.getElementById('clarkston-MI-david-simon-nmls-771025'), mapOptions);}document.getElementById('32a36348').innerHTML += ' | View Map';var $l6aba211db4e734748178373575db07cf = '

David Simon, NMLS #771025

Address: 5720 Sashabaw Rd, Village of Clarkston, MI 48346, USA
Phone: (248) 942-2112 ext.
';var m_6aba211db4e734748178373575db07cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'David Simon, NMLS #771025',});m_6aba211db4e734748178373575db07cf['infowindow'] = new google.maps.InfoWindow({content: $l6aba211db4e734748178373575db07cf});var infowindow = new google.maps.InfoWindow({content: $l6aba211db4e734748178373575db07cf});google.maps.event.addListener(m_6aba211db4e734748178373575db07cf, 'click', function() {infowindow.open(map,m_6aba211db4e734748178373575db07cf);});$marker.push(m_6aba211db4e734748178373575db07cf);}});}google.maps.event.addDomListener(window, 'load', initialize);