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.4367,-95.1398)};var g_c76b3409e1617a646a39686991d38e90 = new google.maps.Geocoder();g_c76b3409e1617a646a39686991d38e90.geocode( { 'address': "520 Jefferson St S, Wadena, MN 56482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wadena-MN-mid-central-federal-savings').style.display = '';map = new google.maps.Map(document.getElementById('wadena-MN-mid-central-federal-savings'), mapOptions);}document.getElementById('e74220a6').innerHTML += ' | View Map';var $lc76b3409e1617a646a39686991d38e90 = '

Mid-Central Federal Savings

Address: 520 Jefferson St S, Wadena, MN 56482, USA
Phone: (218) 631-1414
';var m_c76b3409e1617a646a39686991d38e90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid-Central Federal Savings',});m_c76b3409e1617a646a39686991d38e90['infowindow'] = new google.maps.InfoWindow({content: $lc76b3409e1617a646a39686991d38e90});var infowindow = new google.maps.InfoWindow({content: $lc76b3409e1617a646a39686991d38e90});google.maps.event.addListener(m_c76b3409e1617a646a39686991d38e90, 'click', function() {infowindow.open(map,m_c76b3409e1617a646a39686991d38e90);});$marker.push(m_c76b3409e1617a646a39686991d38e90);}});}google.maps.event.addDomListener(window, 'load', initialize);