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.302,-83.6887)};var g_fe93fd567b9aafe3cc3372a19309fc6a = new google.maps.Geocoder();g_fe93fd567b9aafe3cc3372a19309fc6a.geocode( { 'address': "3600 Green Ct #300, Ann Arbor, MI 48105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-chris-terry---academy-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-chris-terry---academy-mortgage-corporation'), mapOptions);}document.getElementById('c6fa7a1d').innerHTML += ' | View Map';var $lfe93fd567b9aafe3cc3372a19309fc6a = '

Chris Terry - Academy Mortgage Corporation

Address: 3600 Green Ct #300, Ann Arbor, MI 48105, USA
Phone: (313) 790-4008
';var m_fe93fd567b9aafe3cc3372a19309fc6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chris Terry - Academy Mortgage Corporation',});m_fe93fd567b9aafe3cc3372a19309fc6a['infowindow'] = new google.maps.InfoWindow({content: $lfe93fd567b9aafe3cc3372a19309fc6a});var infowindow = new google.maps.InfoWindow({content: $lfe93fd567b9aafe3cc3372a19309fc6a});google.maps.event.addListener(m_fe93fd567b9aafe3cc3372a19309fc6a, 'click', function() {infowindow.open(map,m_fe93fd567b9aafe3cc3372a19309fc6a);});$marker.push(m_fe93fd567b9aafe3cc3372a19309fc6a);}});}google.maps.event.addDomListener(window, 'load', initialize);