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.005,-84.1473)};var g_881a99f05802440d02311fd8d335e2df = new google.maps.Geocoder();g_881a99f05802440d02311fd8d335e2df.geocode( { 'address': "12285 Jerome St, Atlanta, MI 49709, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-MI-alpena-alcona-area-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-MI-alpena-alcona-area-credit-union'), mapOptions);}document.getElementById('6a776bca').innerHTML += ' | View Map';var $l881a99f05802440d02311fd8d335e2df = '

Alpena Alcona Area Credit Union

Address: 12285 Jerome St, Atlanta, MI 49709, USA
Phone: (989) 785-3800
';var m_881a99f05802440d02311fd8d335e2df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alpena Alcona Area Credit Union',});m_881a99f05802440d02311fd8d335e2df['infowindow'] = new google.maps.InfoWindow({content: $l881a99f05802440d02311fd8d335e2df});var infowindow = new google.maps.InfoWindow({content: $l881a99f05802440d02311fd8d335e2df});google.maps.event.addListener(m_881a99f05802440d02311fd8d335e2df, 'click', function() {infowindow.open(map,m_881a99f05802440d02311fd8d335e2df);});$marker.push(m_881a99f05802440d02311fd8d335e2df);}});}google.maps.event.addDomListener(window, 'load', initialize);