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.7801,-88.5079)};var g_bd33f6b66387064432196749b4e84704 = new google.maps.Geocoder();g_bd33f6b66387064432196749b4e84704.geocode( { 'address': "16449 Michigan Ave, Baraga, MI 49908, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baraga-MI-superior-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('baraga-MI-superior-national-bank-atm'), mapOptions);}document.getElementById('e647b665').innerHTML += ' | View Map';var $lbd33f6b66387064432196749b4e84704 = '

Superior National Bank ATM

Address: 16449 Michigan Ave, Baraga, MI 49908, USA
Phone: (906) 482-0404
';var m_bd33f6b66387064432196749b4e84704 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior National Bank ATM',});m_bd33f6b66387064432196749b4e84704['infowindow'] = new google.maps.InfoWindow({content: $lbd33f6b66387064432196749b4e84704});var infowindow = new google.maps.InfoWindow({content: $lbd33f6b66387064432196749b4e84704});google.maps.event.addListener(m_bd33f6b66387064432196749b4e84704, 'click', function() {infowindow.open(map,m_bd33f6b66387064432196749b4e84704);});$marker.push(m_bd33f6b66387064432196749b4e84704);}});}google.maps.event.addDomListener(window, 'load', initialize);