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(45.4405,-84.7886)};var g_412301454090d60344e086faf8a54906 = new google.maps.Geocoder();g_412301454090d60344e086faf8a54906.geocode( { 'address': "6230 River St, Alanson, MI 49706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alanson-MI-first-federal-of-northern-michigan').style.display = '';map = new google.maps.Map(document.getElementById('alanson-MI-first-federal-of-northern-michigan'), mapOptions);}document.getElementById('e5a233a5').innerHTML += ' | View Map';var $l412301454090d60344e086faf8a54906 = '

First Federal of Northern Michigan

Address: 6230 River St, Alanson, MI 49706, USA
Phone: (231) 548-2251
';var m_412301454090d60344e086faf8a54906 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal of Northern Michigan',});m_412301454090d60344e086faf8a54906['infowindow'] = new google.maps.InfoWindow({content: $l412301454090d60344e086faf8a54906});var infowindow = new google.maps.InfoWindow({content: $l412301454090d60344e086faf8a54906});google.maps.event.addListener(m_412301454090d60344e086faf8a54906, 'click', function() {infowindow.open(map,m_412301454090d60344e086faf8a54906);});$marker.push(m_412301454090d60344e086faf8a54906);}});}google.maps.event.addDomListener(window, 'load', initialize);