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.4385,-95.1367)};var g_0bf948c6c22ccf4f43275eb5923bba76 = new google.maps.Geocoder();g_0bf948c6c22ccf4f43275eb5923bba76.geocode( { 'address': "304 1st St SE, Wadena, MN 56482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wadena-MN-wadena-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('wadena-MN-wadena-state-bank'), mapOptions);}document.getElementById('42b055ad').innerHTML += ' | View Map';var $l0bf948c6c22ccf4f43275eb5923bba76 = '

Wadena State Bank

Address: 304 1st St SE, Wadena, MN 56482, USA
Phone: (218) 631-1860
';var m_0bf948c6c22ccf4f43275eb5923bba76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wadena State Bank',});m_0bf948c6c22ccf4f43275eb5923bba76['infowindow'] = new google.maps.InfoWindow({content: $l0bf948c6c22ccf4f43275eb5923bba76});var infowindow = new google.maps.InfoWindow({content: $l0bf948c6c22ccf4f43275eb5923bba76});google.maps.event.addListener(m_0bf948c6c22ccf4f43275eb5923bba76, 'click', function() {infowindow.open(map,m_0bf948c6c22ccf4f43275eb5923bba76);});$marker.push(m_0bf948c6c22ccf4f43275eb5923bba76);}});}google.maps.event.addDomListener(window, 'load', initialize);