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(44.8141,-92.9283)};var g_a7ed417c2cbe9ae3f73458e2144e6051 = new google.maps.Geocoder();g_a7ed417c2cbe9ae3f73458e2144e6051.geocode( { 'address': "8770 E Point Douglas Rd S, Cottage Grove, MN 55016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cottage-grove-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('cottage-grove-MN-wells-fargo-bank'), mapOptions);}document.getElementById('a2f9ad55').innerHTML += ' | View Map';var $la7ed417c2cbe9ae3f73458e2144e6051 = '

Wells Fargo Bank

Address: 8770 E Point Douglas Rd S, Cottage Grove, MN 55016, USA
Phone: (651) 205-6602
';var m_a7ed417c2cbe9ae3f73458e2144e6051 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_a7ed417c2cbe9ae3f73458e2144e6051['infowindow'] = new google.maps.InfoWindow({content: $la7ed417c2cbe9ae3f73458e2144e6051});var infowindow = new google.maps.InfoWindow({content: $la7ed417c2cbe9ae3f73458e2144e6051});google.maps.event.addListener(m_a7ed417c2cbe9ae3f73458e2144e6051, 'click', function() {infowindow.open(map,m_a7ed417c2cbe9ae3f73458e2144e6051);});$marker.push(m_a7ed417c2cbe9ae3f73458e2144e6051);}});}google.maps.event.addDomListener(window, 'load', initialize);