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.6824,-84.5508)};var g_f4a9d9d579a86cc39da7c00e1dcdd060 = new google.maps.Geocoder();g_f4a9d9d579a86cc39da7c00e1dcdd060.geocode( { 'address': "200 E Jolly Rd, Lansing, MI 48910, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansing-MI-msufcu').style.display = '';map = new google.maps.Map(document.getElementById('lansing-MI-msufcu'), mapOptions);}document.getElementById('d093e213').innerHTML += ' | View Map';var $lf4a9d9d579a86cc39da7c00e1dcdd060 = '

MSUFCU

Address: 200 E Jolly Rd, Lansing, MI 48910, USA
Phone: (800) 678-4968
';var m_f4a9d9d579a86cc39da7c00e1dcdd060 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MSUFCU',});m_f4a9d9d579a86cc39da7c00e1dcdd060['infowindow'] = new google.maps.InfoWindow({content: $lf4a9d9d579a86cc39da7c00e1dcdd060});var infowindow = new google.maps.InfoWindow({content: $lf4a9d9d579a86cc39da7c00e1dcdd060});google.maps.event.addListener(m_f4a9d9d579a86cc39da7c00e1dcdd060, 'click', function() {infowindow.open(map,m_f4a9d9d579a86cc39da7c00e1dcdd060);});$marker.push(m_f4a9d9d579a86cc39da7c00e1dcdd060);}});}google.maps.event.addDomListener(window, 'load', initialize);