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(43.763,-94.7118)};var g_b2e6494f1c9f0ae2fcdf23310ea73b46 = new google.maps.Geocoder();g_b2e6494f1c9f0ae2fcdf23310ea73b46.geocode( { 'address': "519 Main St E, Trimont, MN 56176"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trimont-MN-trimont-bancorporation').style.display = '';map = new google.maps.Map(document.getElementById('trimont-MN-trimont-bancorporation'), mapOptions);}document.getElementById('8bced537').innerHTML += ' | View Map';var $lb2e6494f1c9f0ae2fcdf23310ea73b46 = '

Trimont Bancorporation

Address: 519 Main St E, Trimont, MN 56176
Phone: (507) 639-2981
';var m_b2e6494f1c9f0ae2fcdf23310ea73b46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trimont Bancorporation',});m_b2e6494f1c9f0ae2fcdf23310ea73b46['infowindow'] = new google.maps.InfoWindow({content: $lb2e6494f1c9f0ae2fcdf23310ea73b46});var infowindow = new google.maps.InfoWindow({content: $lb2e6494f1c9f0ae2fcdf23310ea73b46});google.maps.event.addListener(m_b2e6494f1c9f0ae2fcdf23310ea73b46, 'click', function() {infowindow.open(map,m_b2e6494f1c9f0ae2fcdf23310ea73b46);});$marker.push(m_b2e6494f1c9f0ae2fcdf23310ea73b46);}});}google.maps.event.addDomListener(window, 'load', initialize);