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.0476,-83.7005)};var g_7b5ebd860c3b11f9633155a5073a2688 = new google.maps.Geocoder();g_7b5ebd860c3b11f9633155a5073a2688.geocode( { 'address': "317 W Huron Rd, Au Gres, MI 48703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('au-gres-MI-northland-area-federal-credit-union-west').style.display = '';map = new google.maps.Map(document.getElementById('au-gres-MI-northland-area-federal-credit-union-west'), mapOptions);}document.getElementById('722d5602').innerHTML += ' | View Map';var $l7b5ebd860c3b11f9633155a5073a2688 = '

Northland Area Federal Credit Union West

Address: 317 W Huron Rd, Au Gres, MI 48703, USA
Phone: (989) 876-2889
';var m_7b5ebd860c3b11f9633155a5073a2688 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northland Area Federal Credit Union West',});m_7b5ebd860c3b11f9633155a5073a2688['infowindow'] = new google.maps.InfoWindow({content: $l7b5ebd860c3b11f9633155a5073a2688});var infowindow = new google.maps.InfoWindow({content: $l7b5ebd860c3b11f9633155a5073a2688});google.maps.event.addListener(m_7b5ebd860c3b11f9633155a5073a2688, 'click', function() {infowindow.open(map,m_7b5ebd860c3b11f9633155a5073a2688);});$marker.push(m_7b5ebd860c3b11f9633155a5073a2688);}});}google.maps.event.addDomListener(window, 'load', initialize);