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(47.3165,-88.3448)};var g_32e022064c325822c29098ff189377ef = new google.maps.Geocoder();g_32e022064c325822c29098ff189377ef.geocode( { 'address': "80 Mohawk St, Mohawk, MI 49950"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mohawk-MI-superior-national-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('mohawk-MI-superior-national-bank-trust'), mapOptions);}document.getElementById('07a9b439').innerHTML += ' | View Map';var $l32e022064c325822c29098ff189377ef = '

Superior National Bank & Trust

Address: 80 Mohawk St, Mohawk, MI 49950
Phone: (906) 337-6807
';var m_32e022064c325822c29098ff189377ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior National Bank & Trust',});m_32e022064c325822c29098ff189377ef['infowindow'] = new google.maps.InfoWindow({content: $l32e022064c325822c29098ff189377ef});var infowindow = new google.maps.InfoWindow({content: $l32e022064c325822c29098ff189377ef});google.maps.event.addListener(m_32e022064c325822c29098ff189377ef, 'click', function() {infowindow.open(map,m_32e022064c325822c29098ff189377ef);});$marker.push(m_32e022064c325822c29098ff189377ef);}});}google.maps.event.addDomListener(window, 'load', initialize);