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.3554,-94.798)};var g_27dab3caece78442d008c3ad28103d1b = new google.maps.Geocoder();g_27dab3caece78442d008c3ad28103d1b.geocode( { 'address': "128 2nd Ave NE, Staples, MN 56479, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staples-MN-mid-central-federal-savings').style.display = '';map = new google.maps.Map(document.getElementById('staples-MN-mid-central-federal-savings'), mapOptions);}document.getElementById('9043ca63').innerHTML += ' | View Map';var $l27dab3caece78442d008c3ad28103d1b = '

Mid-Central Federal Savings

Address: 128 2nd Ave NE, Staples, MN 56479, USA
Phone: (218) 894-3900
';var m_27dab3caece78442d008c3ad28103d1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid-Central Federal Savings',});m_27dab3caece78442d008c3ad28103d1b['infowindow'] = new google.maps.InfoWindow({content: $l27dab3caece78442d008c3ad28103d1b});var infowindow = new google.maps.InfoWindow({content: $l27dab3caece78442d008c3ad28103d1b});google.maps.event.addListener(m_27dab3caece78442d008c3ad28103d1b, 'click', function() {infowindow.open(map,m_27dab3caece78442d008c3ad28103d1b);});$marker.push(m_27dab3caece78442d008c3ad28103d1b);}});}google.maps.event.addDomListener(window, 'load', initialize);