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.0554,-92.8066)};var g_a45d6d742a58d481c633a346de1c7c2f = new google.maps.Geocoder();g_a45d6d742a58d481c633a346de1c7c2f.geocode( { 'address': "213 Chestnut St E, Stillwater, MN 55082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stillwater-MN-us-bank-joseph-boldt').style.display = '';map = new google.maps.Map(document.getElementById('stillwater-MN-us-bank-joseph-boldt'), mapOptions);}document.getElementById('0ddd0c4a').innerHTML += ' | View Map';var $la45d6d742a58d481c633a346de1c7c2f = '

U.S. Bank: Joseph Boldt

Address: 213 Chestnut St E, Stillwater, MN 55082, USA
Phone: (651) 351-2406
';var m_a45d6d742a58d481c633a346de1c7c2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Joseph Boldt',});m_a45d6d742a58d481c633a346de1c7c2f['infowindow'] = new google.maps.InfoWindow({content: $la45d6d742a58d481c633a346de1c7c2f});var infowindow = new google.maps.InfoWindow({content: $la45d6d742a58d481c633a346de1c7c2f});google.maps.event.addListener(m_a45d6d742a58d481c633a346de1c7c2f, 'click', function() {infowindow.open(map,m_a45d6d742a58d481c633a346de1c7c2f);});$marker.push(m_a45d6d742a58d481c633a346de1c7c2f);}});}google.maps.event.addDomListener(window, 'load', initialize);