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(46.7843,-88.4936)};var g_2420aef09070e23cc4bc5138992cf129 = new google.maps.Geocoder();g_2420aef09070e23cc4bc5138992cf129.geocode( { 'address': "201 S Superior Ave, Baraga, MI 49908"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baraga-MI-superior-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('baraga-MI-superior-national-bank'), mapOptions);}document.getElementById('2490278f').innerHTML += ' | View Map';var $l2420aef09070e23cc4bc5138992cf129 = '

Superior National Bank

Address: 201 S Superior Ave, Baraga, MI 49908
Phone: (906) 353-6695
';var m_2420aef09070e23cc4bc5138992cf129 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior National Bank',});m_2420aef09070e23cc4bc5138992cf129['infowindow'] = new google.maps.InfoWindow({content: $l2420aef09070e23cc4bc5138992cf129});var infowindow = new google.maps.InfoWindow({content: $l2420aef09070e23cc4bc5138992cf129});google.maps.event.addListener(m_2420aef09070e23cc4bc5138992cf129, 'click', function() {infowindow.open(map,m_2420aef09070e23cc4bc5138992cf129);});$marker.push(m_2420aef09070e23cc4bc5138992cf129);}});}google.maps.event.addDomListener(window, 'load', initialize);