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.8518,-85.6248)};var g_a618fe5c6e6437e59c7f881ab48dd028 = new google.maps.Geocoder();g_a618fe5c6e6437e59c7f881ab48dd028.geocode( { 'address': "6206 Kalamazoo Ave SE, Grand Rapids, MI 49508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-lmcu').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-lmcu'), mapOptions);}document.getElementById('1ec614ef').innerHTML += ' | View Map';var $la618fe5c6e6437e59c7f881ab48dd028 = '

LMCU

Address: 6206 Kalamazoo Ave SE, Grand Rapids, MI 49508, USA
Phone:
';var m_a618fe5c6e6437e59c7f881ab48dd028 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LMCU',});m_a618fe5c6e6437e59c7f881ab48dd028['infowindow'] = new google.maps.InfoWindow({content: $la618fe5c6e6437e59c7f881ab48dd028});var infowindow = new google.maps.InfoWindow({content: $la618fe5c6e6437e59c7f881ab48dd028});google.maps.event.addListener(m_a618fe5c6e6437e59c7f881ab48dd028, 'click', function() {infowindow.open(map,m_a618fe5c6e6437e59c7f881ab48dd028);});$marker.push(m_a618fe5c6e6437e59c7f881ab48dd028);}});}google.maps.event.addDomListener(window, 'load', initialize);