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.5691,-83.8173)};var g_2bb2636170e5a675b595a84643a34c4e = new google.maps.Geocoder();g_2bb2636170e5a675b595a84643a34c4e.geocode( { 'address': "6870 Grand River Ave, Brighton, MI 48114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brighton-MI-michigan-united-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('brighton-MI-michigan-united-mortgage-llc'), mapOptions);}document.getElementById('8ae61d9b').innerHTML += ' | View Map';var $l2bb2636170e5a675b595a84643a34c4e = '

Michigan United Mortgage, LLC

Address: 6870 Grand River Ave, Brighton, MI 48114, USA
Phone: (810) 343-0799
';var m_2bb2636170e5a675b595a84643a34c4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan United Mortgage, LLC',});m_2bb2636170e5a675b595a84643a34c4e['infowindow'] = new google.maps.InfoWindow({content: $l2bb2636170e5a675b595a84643a34c4e});var infowindow = new google.maps.InfoWindow({content: $l2bb2636170e5a675b595a84643a34c4e});google.maps.event.addListener(m_2bb2636170e5a675b595a84643a34c4e, 'click', function() {infowindow.open(map,m_2bb2636170e5a675b595a84643a34c4e);});$marker.push(m_2bb2636170e5a675b595a84643a34c4e);}});}google.maps.event.addDomListener(window, 'load', initialize);