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.1027,-95.0436)};var g_e574bf6d5cb3f6113c9a46fb77c92779 = new google.maps.Geocoder();g_e574bf6d5cb3f6113c9a46fb77c92779.geocode( { 'address': "101 19th Ave SW, Willmar, MN 56201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willmar-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('willmar-MN-wells-fargo-bank'), mapOptions);}document.getElementById('c4c70ff2').innerHTML += ' | View Map';var $le574bf6d5cb3f6113c9a46fb77c92779 = '

Wells Fargo Bank

Address: 101 19th Ave SW, Willmar, MN 56201, USA
Phone: (320) 235-2222
';var m_e574bf6d5cb3f6113c9a46fb77c92779 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_e574bf6d5cb3f6113c9a46fb77c92779['infowindow'] = new google.maps.InfoWindow({content: $le574bf6d5cb3f6113c9a46fb77c92779});var infowindow = new google.maps.InfoWindow({content: $le574bf6d5cb3f6113c9a46fb77c92779});google.maps.event.addListener(m_e574bf6d5cb3f6113c9a46fb77c92779, 'click', function() {infowindow.open(map,m_e574bf6d5cb3f6113c9a46fb77c92779);});$marker.push(m_e574bf6d5cb3f6113c9a46fb77c92779);}});}google.maps.event.addDomListener(window, 'load', initialize);