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.291,-96.0748)};var g_bf27a6175463542f7c8e05386b78755e = new google.maps.Geocoder();g_bf27a6175463542f7c8e05386b78755e.geocode( { 'address': "501 W Lincoln Ave, Fergus Falls, MN 56537"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fergus-falls-MN-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('fergus-falls-MN-u-s-bank'), mapOptions);}document.getElementById('bd34958b').innerHTML += ' | View Map';var $lbf27a6175463542f7c8e05386b78755e = '

U.S. Bank

Address: 501 W Lincoln Ave, Fergus Falls, MN 56537
Phone: (218) 998-6200
';var m_bf27a6175463542f7c8e05386b78755e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_bf27a6175463542f7c8e05386b78755e['infowindow'] = new google.maps.InfoWindow({content: $lbf27a6175463542f7c8e05386b78755e});var infowindow = new google.maps.InfoWindow({content: $lbf27a6175463542f7c8e05386b78755e});google.maps.event.addListener(m_bf27a6175463542f7c8e05386b78755e, 'click', function() {infowindow.open(map,m_bf27a6175463542f7c8e05386b78755e);});$marker.push(m_bf27a6175463542f7c8e05386b78755e);}});}google.maps.event.addDomListener(window, 'load', initialize);