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.9586,-94.7951)};var g_eb87440f7144c629715c4a41d200bf84 = new google.maps.Geocoder();g_eb87440f7144c629715c4a41d200bf84.geocode( { 'address': "116 2nd St N, Butterfield, MN 56120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butterfield-MN-triumph-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('butterfield-MN-triumph-state-bank'), mapOptions);}document.getElementById('81fc7ae0').innerHTML += ' | View Map';var $leb87440f7144c629715c4a41d200bf84 = '

Triumph State Bank

Address: 116 2nd St N, Butterfield, MN 56120, USA
Phone: (507) 956-2801
';var m_eb87440f7144c629715c4a41d200bf84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Triumph State Bank',});m_eb87440f7144c629715c4a41d200bf84['infowindow'] = new google.maps.InfoWindow({content: $leb87440f7144c629715c4a41d200bf84});var infowindow = new google.maps.InfoWindow({content: $leb87440f7144c629715c4a41d200bf84});google.maps.event.addListener(m_eb87440f7144c629715c4a41d200bf84, 'click', function() {infowindow.open(map,m_eb87440f7144c629715c4a41d200bf84);});$marker.push(m_eb87440f7144c629715c4a41d200bf84);}});}google.maps.event.addDomListener(window, 'load', initialize);