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.5646,-84.8427)};var g_352cc6d853ec8c8c49413e8a41c43332 = new google.maps.Geocoder();g_352cc6d853ec8c8c49413e8a41c43332.geocode( { 'address': "180 High St, Charlotte, MI 48813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-MI-msu-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-MI-msu-federal-credit-union'), mapOptions);}document.getElementById('b6b5c082').innerHTML += ' | View Map';var $l352cc6d853ec8c8c49413e8a41c43332 = '

MSU Federal Credit Union

Address: 180 High St, Charlotte, MI 48813, USA
Phone: (800) 678-4968
';var m_352cc6d853ec8c8c49413e8a41c43332 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MSU Federal Credit Union',});m_352cc6d853ec8c8c49413e8a41c43332['infowindow'] = new google.maps.InfoWindow({content: $l352cc6d853ec8c8c49413e8a41c43332});var infowindow = new google.maps.InfoWindow({content: $l352cc6d853ec8c8c49413e8a41c43332});google.maps.event.addListener(m_352cc6d853ec8c8c49413e8a41c43332, 'click', function() {infowindow.open(map,m_352cc6d853ec8c8c49413e8a41c43332);});$marker.push(m_352cc6d853ec8c8c49413e8a41c43332);}});}google.maps.event.addDomListener(window, 'load', initialize);