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.2817,-83.7501)};var g_b77b1b6769516e44273d6690970ff019 = new google.maps.Geocoder();g_b77b1b6769516e44273d6690970ff019.geocode( { 'address': "210 W Huron St, Ann Arbor, MI 48104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-craig-jackson-nmls-771022').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-craig-jackson-nmls-771022'), mapOptions);}document.getElementById('db23cf11').innerHTML += ' | View Map';var $lb77b1b6769516e44273d6690970ff019 = '

Craig Jackson, NMLS #771022

Address: 210 W Huron St, Ann Arbor, MI 48104, USA
Phone: (313) 506-7004
';var m_b77b1b6769516e44273d6690970ff019 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Craig Jackson, NMLS #771022',});m_b77b1b6769516e44273d6690970ff019['infowindow'] = new google.maps.InfoWindow({content: $lb77b1b6769516e44273d6690970ff019});var infowindow = new google.maps.InfoWindow({content: $lb77b1b6769516e44273d6690970ff019});google.maps.event.addListener(m_b77b1b6769516e44273d6690970ff019, 'click', function() {infowindow.open(map,m_b77b1b6769516e44273d6690970ff019);});$marker.push(m_b77b1b6769516e44273d6690970ff019);}});}google.maps.event.addDomListener(window, 'load', initialize);