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.7211,-84.6486)};var g_603a60c30fc626443b4652fd1f63de04 = new google.maps.Geocoder();g_603a60c30fc626443b4652fd1f63de04.geocode( { 'address': "1134 Municipal Way, Lansing, MI 48917, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansing-MI-municipal-employees-retirement-system-of-michigan').style.display = '';map = new google.maps.Map(document.getElementById('lansing-MI-municipal-employees-retirement-system-of-michigan'), mapOptions);}document.getElementById('c4bf03b6').innerHTML += ' | View Map';var $l603a60c30fc626443b4652fd1f63de04 = '

Municipal Employees' Retirement System of Michigan

Address: 1134 Municipal Way, Lansing, MI 48917, USA
Phone: (517) 703-9030
';var m_603a60c30fc626443b4652fd1f63de04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Municipal Employees' Retirement System of Michigan',});m_603a60c30fc626443b4652fd1f63de04['infowindow'] = new google.maps.InfoWindow({content: $l603a60c30fc626443b4652fd1f63de04});var infowindow = new google.maps.InfoWindow({content: $l603a60c30fc626443b4652fd1f63de04});google.maps.event.addListener(m_603a60c30fc626443b4652fd1f63de04, 'click', function() {infowindow.open(map,m_603a60c30fc626443b4652fd1f63de04);});$marker.push(m_603a60c30fc626443b4652fd1f63de04);}});}google.maps.event.addDomListener(window, 'load', initialize);