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.1167,-95.0432)};var g_701a79c08de6191e12493b4498fa35aa = new google.maps.Geocoder();g_701a79c08de6191e12493b4498fa35aa.geocode( { 'address': "318 2nd St Sw, Willmar, MN 56201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willmar-MN-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('willmar-MN-us-bank'), mapOptions);}document.getElementById('98b120c2').innerHTML += ' | View Map';var $l701a79c08de6191e12493b4498fa35aa = '

US Bank

Address: 318 2nd St Sw, Willmar, MN 56201
Phone: (320) 231-8201
';var m_701a79c08de6191e12493b4498fa35aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_701a79c08de6191e12493b4498fa35aa['infowindow'] = new google.maps.InfoWindow({content: $l701a79c08de6191e12493b4498fa35aa});var infowindow = new google.maps.InfoWindow({content: $l701a79c08de6191e12493b4498fa35aa});google.maps.event.addListener(m_701a79c08de6191e12493b4498fa35aa, 'click', function() {infowindow.open(map,m_701a79c08de6191e12493b4498fa35aa);});$marker.push(m_701a79c08de6191e12493b4498fa35aa);}});}google.maps.event.addDomListener(window, 'load', initialize);