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.965,-85.6696)};var g_ef5c7ecb02ee6b0a33dba6c4af9c736f = new google.maps.Geocoder();g_ef5c7ecb02ee6b0a33dba6c4af9c736f.geocode( { 'address': "86 Monroe Center St NW, Grand Rapids, MI 49503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-msu-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-msu-federal-credit-union'), mapOptions);}document.getElementById('1e1ce89d').innerHTML += ' | View Map';var $lef5c7ecb02ee6b0a33dba6c4af9c736f = '

MSU Federal Credit Union

Address: 86 Monroe Center St NW, Grand Rapids, MI 49503, USA
Phone:
';var m_ef5c7ecb02ee6b0a33dba6c4af9c736f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MSU Federal Credit Union',});m_ef5c7ecb02ee6b0a33dba6c4af9c736f['infowindow'] = new google.maps.InfoWindow({content: $lef5c7ecb02ee6b0a33dba6c4af9c736f});var infowindow = new google.maps.InfoWindow({content: $lef5c7ecb02ee6b0a33dba6c4af9c736f});google.maps.event.addListener(m_ef5c7ecb02ee6b0a33dba6c4af9c736f, 'click', function() {infowindow.open(map,m_ef5c7ecb02ee6b0a33dba6c4af9c736f);});$marker.push(m_ef5c7ecb02ee6b0a33dba6c4af9c736f);}});}google.maps.event.addDomListener(window, 'load', initialize);