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(44.2326,-86.3126)};var g_e5fb46d0c83c87e975a6e88bb565444c = new google.maps.Geocoder();g_e5fb46d0c83c87e975a6e88bb565444c.geocode( { 'address': "316 Care Center Dr, Manistee, MI 49660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manistee-MI-manistee-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('manistee-MI-manistee-federal-credit-union'), mapOptions);}document.getElementById('75c3e1e4').innerHTML += ' | View Map';var $le5fb46d0c83c87e975a6e88bb565444c = '

Manistee Federal Credit Union

Address: 316 Care Center Dr, Manistee, MI 49660, USA
Phone: (231) 723-2601
';var m_e5fb46d0c83c87e975a6e88bb565444c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Manistee Federal Credit Union',});m_e5fb46d0c83c87e975a6e88bb565444c['infowindow'] = new google.maps.InfoWindow({content: $le5fb46d0c83c87e975a6e88bb565444c});var infowindow = new google.maps.InfoWindow({content: $le5fb46d0c83c87e975a6e88bb565444c});google.maps.event.addListener(m_e5fb46d0c83c87e975a6e88bb565444c, 'click', function() {infowindow.open(map,m_e5fb46d0c83c87e975a6e88bb565444c);});$marker.push(m_e5fb46d0c83c87e975a6e88bb565444c);}});}google.maps.event.addDomListener(window, 'load', initialize);