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.7894,-87.919)};var g_a499e4f422ca5221dc841c2b82014598 = new google.maps.Geocoder();g_a499e4f422ca5221dc841c2b82014598.geocode( { 'address': "501 US-2, Norway, MI 49870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norway-MI-northern-interstate-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('norway-MI-northern-interstate-financial-inc'), mapOptions);}document.getElementById('56b057b9').innerHTML += ' | View Map';var $la499e4f422ca5221dc841c2b82014598 = '

Northern Interstate Financial Inc

Address: 501 US-2, Norway, MI 49870, USA
Phone: (906) 563-9233
';var m_a499e4f422ca5221dc841c2b82014598 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Interstate Financial Inc',});m_a499e4f422ca5221dc841c2b82014598['infowindow'] = new google.maps.InfoWindow({content: $la499e4f422ca5221dc841c2b82014598});var infowindow = new google.maps.InfoWindow({content: $la499e4f422ca5221dc841c2b82014598});google.maps.event.addListener(m_a499e4f422ca5221dc841c2b82014598, 'click', function() {infowindow.open(map,m_a499e4f422ca5221dc841c2b82014598);});$marker.push(m_a499e4f422ca5221dc841c2b82014598);}});}google.maps.event.addDomListener(window, 'load', initialize);