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.2741,-83.5109)};var g_90fe3569d0637ae9c2a7b24342c28f80 = new google.maps.Geocoder();g_90fe3569d0637ae9c2a7b24342c28f80.geocode( { 'address': "201 Hemlock Rd, Tawas City, MI 48763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tawas-city-MI-northland-area-fcu').style.display = '';map = new google.maps.Map(document.getElementById('tawas-city-MI-northland-area-fcu'), mapOptions);}document.getElementById('9b1af7b2').innerHTML += ' | View Map';var $l90fe3569d0637ae9c2a7b24342c28f80 = '

Northland Area FCU

Address: 201 Hemlock Rd, Tawas City, MI 48763, USA
Phone: (800) 336-2328
';var m_90fe3569d0637ae9c2a7b24342c28f80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northland Area FCU',});m_90fe3569d0637ae9c2a7b24342c28f80['infowindow'] = new google.maps.InfoWindow({content: $l90fe3569d0637ae9c2a7b24342c28f80});var infowindow = new google.maps.InfoWindow({content: $l90fe3569d0637ae9c2a7b24342c28f80});google.maps.event.addListener(m_90fe3569d0637ae9c2a7b24342c28f80, 'click', function() {infowindow.open(map,m_90fe3569d0637ae9c2a7b24342c28f80);});$marker.push(m_90fe3569d0637ae9c2a7b24342c28f80);}});}google.maps.event.addDomListener(window, 'load', initialize);