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.0369,-92.8293)};var g_b9e49ad52b15d40e95a3863fc8f39bfc = new google.maps.Geocoder();g_b9e49ad52b15d40e95a3863fc8f39bfc.geocode( { 'address': "2000 Northwestern AVE S, Stillwater, MN 55082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stillwater-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('stillwater-MN-wells-fargo-bank'), mapOptions);}document.getElementById('a676dd1d').innerHTML += ' | View Map';var $lb9e49ad52b15d40e95a3863fc8f39bfc = '

Wells Fargo Bank

Address: 2000 Northwestern AVE S, Stillwater, MN 55082, USA
Phone: (651) 205-8201
';var m_b9e49ad52b15d40e95a3863fc8f39bfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_b9e49ad52b15d40e95a3863fc8f39bfc['infowindow'] = new google.maps.InfoWindow({content: $lb9e49ad52b15d40e95a3863fc8f39bfc});var infowindow = new google.maps.InfoWindow({content: $lb9e49ad52b15d40e95a3863fc8f39bfc});google.maps.event.addListener(m_b9e49ad52b15d40e95a3863fc8f39bfc, 'click', function() {infowindow.open(map,m_b9e49ad52b15d40e95a3863fc8f39bfc);});$marker.push(m_b9e49ad52b15d40e95a3863fc8f39bfc);}});}google.maps.event.addDomListener(window, 'load', initialize);