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.7221,-92.4569)};var g_5063ae9603f8b65c8279335b06828795 = new google.maps.Geocoder();g_5063ae9603f8b65c8279335b06828795.geocode( { 'address': "715 Cloquet Ave, Cloquet, MN 55720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cloquet-MN-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('cloquet-MN-us-bank-branch'), mapOptions);}document.getElementById('843cc1c7').innerHTML += ' | View Map';var $l5063ae9603f8b65c8279335b06828795 = '

U.S. Bank Branch

Address: 715 Cloquet Ave, Cloquet, MN 55720, USA
Phone: (218) 878-7878
';var m_5063ae9603f8b65c8279335b06828795 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_5063ae9603f8b65c8279335b06828795['infowindow'] = new google.maps.InfoWindow({content: $l5063ae9603f8b65c8279335b06828795});var infowindow = new google.maps.InfoWindow({content: $l5063ae9603f8b65c8279335b06828795});google.maps.event.addListener(m_5063ae9603f8b65c8279335b06828795, 'click', function() {infowindow.open(map,m_5063ae9603f8b65c8279335b06828795);});$marker.push(m_5063ae9603f8b65c8279335b06828795);}});}google.maps.event.addDomListener(window, 'load', initialize);