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.2819,-96.0763)};var g_43301efe09913793117d90afb0834cda = new google.maps.Geocoder();g_43301efe09913793117d90afb0834cda.geocode( { 'address': "220 W Washington Ave, Fergus Falls, MN 56537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fergus-falls-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('fergus-falls-MN-wells-fargo-bank'), mapOptions);}document.getElementById('99e109c6').innerHTML += ' | View Map';var $l43301efe09913793117d90afb0834cda = '

Wells Fargo Bank

Address: 220 W Washington Ave, Fergus Falls, MN 56537, USA
Phone: (218) 736-5641
';var m_43301efe09913793117d90afb0834cda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_43301efe09913793117d90afb0834cda['infowindow'] = new google.maps.InfoWindow({content: $l43301efe09913793117d90afb0834cda});var infowindow = new google.maps.InfoWindow({content: $l43301efe09913793117d90afb0834cda});google.maps.event.addListener(m_43301efe09913793117d90afb0834cda, 'click', function() {infowindow.open(map,m_43301efe09913793117d90afb0834cda);});$marker.push(m_43301efe09913793117d90afb0834cda);}});}google.maps.event.addDomListener(window, 'load', initialize);