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.7853,-92.1009)};var g_1eba54600ecb890f82d479187488d4df = new google.maps.Geocoder();g_1eba54600ecb890f82d479187488d4df.geocode( { 'address': "131 W Superior St, Duluth, MN 55802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-MN-north-shore-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('duluth-MN-north-shore-bank-of-commerce'), mapOptions);}document.getElementById('8b38bd3e').innerHTML += ' | View Map';var $l1eba54600ecb890f82d479187488d4df = '

North Shore Bank Of Commerce

Address: 131 W Superior St, Duluth, MN 55802, USA
Phone: (218) 722-4784
';var m_1eba54600ecb890f82d479187488d4df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Shore Bank Of Commerce',});m_1eba54600ecb890f82d479187488d4df['infowindow'] = new google.maps.InfoWindow({content: $l1eba54600ecb890f82d479187488d4df});var infowindow = new google.maps.InfoWindow({content: $l1eba54600ecb890f82d479187488d4df});google.maps.event.addListener(m_1eba54600ecb890f82d479187488d4df, 'click', function() {infowindow.open(map,m_1eba54600ecb890f82d479187488d4df);});$marker.push(m_1eba54600ecb890f82d479187488d4df);}});}google.maps.event.addDomListener(window, 'load', initialize);