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.253,-83.7749)};var g_b5abbf5d00ce63520cb50aa9a6da94f1 = new google.maps.Geocoder();g_b5abbf5d00ce63520cb50aa9a6da94f1.geocode( { 'address': "2395 Oak Valley Dr #200, Ann Arbor, MI 48103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-michigan-mortgage-pro').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-michigan-mortgage-pro'), mapOptions);}document.getElementById('76bc39a6').innerHTML += ' | View Map';var $lb5abbf5d00ce63520cb50aa9a6da94f1 = '

Michigan Mortgage Pro

Address: 2395 Oak Valley Dr #200, Ann Arbor, MI 48103, USA
Phone: (734) 238-3684
';var m_b5abbf5d00ce63520cb50aa9a6da94f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Mortgage Pro',});m_b5abbf5d00ce63520cb50aa9a6da94f1['infowindow'] = new google.maps.InfoWindow({content: $lb5abbf5d00ce63520cb50aa9a6da94f1});var infowindow = new google.maps.InfoWindow({content: $lb5abbf5d00ce63520cb50aa9a6da94f1});google.maps.event.addListener(m_b5abbf5d00ce63520cb50aa9a6da94f1, 'click', function() {infowindow.open(map,m_b5abbf5d00ce63520cb50aa9a6da94f1);});$marker.push(m_b5abbf5d00ce63520cb50aa9a6da94f1);}});}google.maps.event.addDomListener(window, 'load', initialize);