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.238,-83.7345)};var g_5ea2574e269eb0f50913ea52c83c208e = new google.maps.Geocoder();g_5ea2574e269eb0f50913ea52c83c208e.geocode( { 'address': "900 Victors Way #130, Ann Arbor, MI 48108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-mimutual-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-mimutual-mortgage-inc'), mapOptions);}document.getElementById('f50c209f').innerHTML += ' | View Map';var $l5ea2574e269eb0f50913ea52c83c208e = '

MiMutual Mortgage Inc.

Address: 900 Victors Way #130, Ann Arbor, MI 48108, USA
Phone: (734) 663-1800
';var m_5ea2574e269eb0f50913ea52c83c208e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MiMutual Mortgage Inc.',});m_5ea2574e269eb0f50913ea52c83c208e['infowindow'] = new google.maps.InfoWindow({content: $l5ea2574e269eb0f50913ea52c83c208e});var infowindow = new google.maps.InfoWindow({content: $l5ea2574e269eb0f50913ea52c83c208e});google.maps.event.addListener(m_5ea2574e269eb0f50913ea52c83c208e, 'click', function() {infowindow.open(map,m_5ea2574e269eb0f50913ea52c83c208e);});$marker.push(m_5ea2574e269eb0f50913ea52c83c208e);}});}google.maps.event.addDomListener(window, 'load', initialize);