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.4428,-83.3454)};var g_2379df1c1515a3c1bcb8b0a0c22775e3 = new google.maps.Geocoder();g_2379df1c1515a3c1bcb8b0a0c22775e3.geocode( { 'address': "4346 F41, Oscoda Twp, MI 48750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oscoda-township-MI-northland-area-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('oscoda-township-MI-northland-area-federal-cu'), mapOptions);}document.getElementById('381476d8').innerHTML += ' | View Map';var $l2379df1c1515a3c1bcb8b0a0c22775e3 = '

Northland Area Federal CU

Address: 4346 F41, Oscoda Twp, MI 48750, USA
Phone: (989) 739-1401
';var m_2379df1c1515a3c1bcb8b0a0c22775e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northland Area Federal CU',});m_2379df1c1515a3c1bcb8b0a0c22775e3['infowindow'] = new google.maps.InfoWindow({content: $l2379df1c1515a3c1bcb8b0a0c22775e3});var infowindow = new google.maps.InfoWindow({content: $l2379df1c1515a3c1bcb8b0a0c22775e3});google.maps.event.addListener(m_2379df1c1515a3c1bcb8b0a0c22775e3, 'click', function() {infowindow.open(map,m_2379df1c1515a3c1bcb8b0a0c22775e3);});$marker.push(m_2379df1c1515a3c1bcb8b0a0c22775e3);}});}google.maps.event.addDomListener(window, 'load', initialize);