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.6585,-92.4665)};var g_d6e5dc291ac1503af166693717278919 = new google.maps.Geocoder();g_d6e5dc291ac1503af166693717278919.geocode( { 'address': "114 S Wisconsin Ave, Frederic, WI 54837, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frederic-WI-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('frederic-WI-us-bank-branch'), mapOptions);}document.getElementById('2ea88e1e').innerHTML += ' | View Map';var $ld6e5dc291ac1503af166693717278919 = '

U.S. Bank Branch

Address: 114 S Wisconsin Ave, Frederic, WI 54837, USA
Phone: (715) 327-5660
';var m_d6e5dc291ac1503af166693717278919 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_d6e5dc291ac1503af166693717278919['infowindow'] = new google.maps.InfoWindow({content: $ld6e5dc291ac1503af166693717278919});var infowindow = new google.maps.InfoWindow({content: $ld6e5dc291ac1503af166693717278919});google.maps.event.addListener(m_d6e5dc291ac1503af166693717278919, 'click', function() {infowindow.open(map,m_d6e5dc291ac1503af166693717278919);});$marker.push(m_d6e5dc291ac1503af166693717278919);}});}google.maps.event.addDomListener(window, 'load', initialize);