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.355,-94.201)};var g_99e585595ae71f5355d74a8d46d64e4d = new google.maps.Geocoder();g_99e585595ae71f5355d74a8d46d64e4d.geocode( { 'address': "320 N 6th St, Brainerd, MN 56401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brainerd-MN-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('brainerd-MN-us-bank-branch'), mapOptions);}document.getElementById('6485678a').innerHTML += ' | View Map';var $l99e585595ae71f5355d74a8d46d64e4d = '

U.S. Bank Branch

Address: 320 N 6th St, Brainerd, MN 56401, USA
Phone: (218) 828-5424
';var m_99e585595ae71f5355d74a8d46d64e4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_99e585595ae71f5355d74a8d46d64e4d['infowindow'] = new google.maps.InfoWindow({content: $l99e585595ae71f5355d74a8d46d64e4d});var infowindow = new google.maps.InfoWindow({content: $l99e585595ae71f5355d74a8d46d64e4d});google.maps.event.addListener(m_99e585595ae71f5355d74a8d46d64e4d, 'click', function() {infowindow.open(map,m_99e585595ae71f5355d74a8d46d64e4d);});$marker.push(m_99e585595ae71f5355d74a8d46d64e4d);}});}google.maps.event.addDomListener(window, 'load', initialize);