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.0756,-83.4781)};var g_a273d1bce8370a8d4599d51d9287d6cb = new google.maps.Geocoder();g_a273d1bce8370a8d4599d51d9287d6cb.geocode( { 'address': "468 N Ripley Blvd, Alpena, MI 49707"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpena-MI-bank-of-alpena').style.display = '';map = new google.maps.Map(document.getElementById('alpena-MI-bank-of-alpena'), mapOptions);}document.getElementById('41e1e35b').innerHTML += ' | View Map';var $la273d1bce8370a8d4599d51d9287d6cb = '

Bank of Alpena

Address: 468 N Ripley Blvd, Alpena, MI 49707
Phone: (989) 358-9900
';var m_a273d1bce8370a8d4599d51d9287d6cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Alpena',});m_a273d1bce8370a8d4599d51d9287d6cb['infowindow'] = new google.maps.InfoWindow({content: $la273d1bce8370a8d4599d51d9287d6cb});var infowindow = new google.maps.InfoWindow({content: $la273d1bce8370a8d4599d51d9287d6cb});google.maps.event.addListener(m_a273d1bce8370a8d4599d51d9287d6cb, 'click', function() {infowindow.open(map,m_a273d1bce8370a8d4599d51d9287d6cb);});$marker.push(m_a273d1bce8370a8d4599d51d9287d6cb);}});}google.maps.event.addDomListener(window, 'load', initialize);