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(44.9648,-94.0488)};var g_93603caaec04e07765adcabd7e248e7d = new google.maps.Geocoder();g_93603caaec04e07765adcabd7e248e7d.geocode( { 'address': "110 1st St N, Winsted, MN 55395"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winsted-MN-security-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('winsted-MN-security-bank-trust-co'), mapOptions);}document.getElementById('db3e274f').innerHTML += ' | View Map';var $l93603caaec04e07765adcabd7e248e7d = '

Security Bank & Trust Co

Address: 110 1st St N, Winsted, MN 55395
Phone: (320) 485-3831
';var m_93603caaec04e07765adcabd7e248e7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Bank & Trust Co',});m_93603caaec04e07765adcabd7e248e7d['infowindow'] = new google.maps.InfoWindow({content: $l93603caaec04e07765adcabd7e248e7d});var infowindow = new google.maps.InfoWindow({content: $l93603caaec04e07765adcabd7e248e7d});google.maps.event.addListener(m_93603caaec04e07765adcabd7e248e7d, 'click', function() {infowindow.open(map,m_93603caaec04e07765adcabd7e248e7d);});$marker.push(m_93603caaec04e07765adcabd7e248e7d);}});}google.maps.event.addDomListener(window, 'load', initialize);