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.6984,-87.236)};var g_27ced4dc5a34009e784754600bcd5017 = new google.maps.Geocoder();g_27ced4dc5a34009e784754600bcd5017.geocode( { 'address': "1269 US Highway 2/41, Bark River, MI 49807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bark-river-MI-northern-michigan-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('bark-river-MI-northern-michigan-bank-trust'), mapOptions);}document.getElementById('4dad729d').innerHTML += ' | View Map';var $l27ced4dc5a34009e784754600bcd5017 = '

Northern Michigan Bank & Trust

Address: 1269 US Highway 2/41, Bark River, MI 49807
Phone: (906) 466-9992
';var m_27ced4dc5a34009e784754600bcd5017 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Michigan Bank & Trust',});m_27ced4dc5a34009e784754600bcd5017['infowindow'] = new google.maps.InfoWindow({content: $l27ced4dc5a34009e784754600bcd5017});var infowindow = new google.maps.InfoWindow({content: $l27ced4dc5a34009e784754600bcd5017});google.maps.event.addListener(m_27ced4dc5a34009e784754600bcd5017, 'click', function() {infowindow.open(map,m_27ced4dc5a34009e784754600bcd5017);});$marker.push(m_27ced4dc5a34009e784754600bcd5017);}});}google.maps.event.addDomListener(window, 'load', initialize);