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(45.8891,-95.3735)};var g_91d5fb472ce165ff56ef53cd29d12ca2 = new google.maps.Geocoder();g_91d5fb472ce165ff56ef53cd29d12ca2.geocode( { 'address': "320 3rd Ave E, Alexandria, MN 56308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-MN-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-MN-us-bank'), mapOptions);}document.getElementById('d21b62d0').innerHTML += ' | View Map';var $l91d5fb472ce165ff56ef53cd29d12ca2 = '

U.S. Bank

Address: 320 3rd Ave E, Alexandria, MN 56308, USA
Phone: (800) 872-2657
';var m_91d5fb472ce165ff56ef53cd29d12ca2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_91d5fb472ce165ff56ef53cd29d12ca2['infowindow'] = new google.maps.InfoWindow({content: $l91d5fb472ce165ff56ef53cd29d12ca2});var infowindow = new google.maps.InfoWindow({content: $l91d5fb472ce165ff56ef53cd29d12ca2});google.maps.event.addListener(m_91d5fb472ce165ff56ef53cd29d12ca2, 'click', function() {infowindow.open(map,m_91d5fb472ce165ff56ef53cd29d12ca2);});$marker.push(m_91d5fb472ce165ff56ef53cd29d12ca2);}});}google.maps.event.addDomListener(window, 'load', initialize);