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.2805,-83.5269)};var g_effa7644dbfc24f27312bd11fbc2eeaf = new google.maps.Geocoder();g_effa7644dbfc24f27312bd11fbc2eeaf.geocode( { 'address': "118 M-55, Tawas City, MI 48763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tawas-city-MI-alpena-alcona-area-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tawas-city-MI-alpena-alcona-area-credit-union'), mapOptions);}document.getElementById('16fb40f4').innerHTML += ' | View Map';var $leffa7644dbfc24f27312bd11fbc2eeaf = '

Alpena Alcona Area Credit Union

Address: 118 M-55, Tawas City, MI 48763, USA
Phone: (989) 362-7980
';var m_effa7644dbfc24f27312bd11fbc2eeaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alpena Alcona Area Credit Union',});m_effa7644dbfc24f27312bd11fbc2eeaf['infowindow'] = new google.maps.InfoWindow({content: $leffa7644dbfc24f27312bd11fbc2eeaf});var infowindow = new google.maps.InfoWindow({content: $leffa7644dbfc24f27312bd11fbc2eeaf});google.maps.event.addListener(m_effa7644dbfc24f27312bd11fbc2eeaf, 'click', function() {infowindow.open(map,m_effa7644dbfc24f27312bd11fbc2eeaf);});$marker.push(m_effa7644dbfc24f27312bd11fbc2eeaf);}});}google.maps.event.addDomListener(window, 'load', initialize);