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.5295,-83.7797)};var g_9baa85c441b25389f4132c4b97414dfd = new google.maps.Geocoder();g_9baa85c441b25389f4132c4b97414dfd.geocode( { 'address': "112 E Main St, Brighton, MI 48116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brighton-MI-michigan-mutual-inc').style.display = '';map = new google.maps.Map(document.getElementById('brighton-MI-michigan-mutual-inc'), mapOptions);}document.getElementById('d58ad659').innerHTML += ' | View Map';var $l9baa85c441b25389f4132c4b97414dfd = '

Michigan Mutual Inc.

Address: 112 E Main St, Brighton, MI 48116, USA
Phone: (877) 553-4933
';var m_9baa85c441b25389f4132c4b97414dfd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Mutual Inc.',});m_9baa85c441b25389f4132c4b97414dfd['infowindow'] = new google.maps.InfoWindow({content: $l9baa85c441b25389f4132c4b97414dfd});var infowindow = new google.maps.InfoWindow({content: $l9baa85c441b25389f4132c4b97414dfd});google.maps.event.addListener(m_9baa85c441b25389f4132c4b97414dfd, 'click', function() {infowindow.open(map,m_9baa85c441b25389f4132c4b97414dfd);});$marker.push(m_9baa85c441b25389f4132c4b97414dfd);}});}google.maps.event.addDomListener(window, 'load', initialize);