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.2859,-96.0989)};var g_86a86fba434953987a31ee069c9ef0ad = new google.maps.Geocoder();g_86a86fba434953987a31ee069c9ef0ad.geocode( { 'address': "1401A College Way, Fergus Falls, MN 56537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fergus-falls-MN-mid-state-credit').style.display = '';map = new google.maps.Map(document.getElementById('fergus-falls-MN-mid-state-credit'), mapOptions);}document.getElementById('6d886b1c').innerHTML += ' | View Map';var $l86a86fba434953987a31ee069c9ef0ad = '

Mid State Credit

Address: 1401A College Way, Fergus Falls, MN 56537, USA
Phone: (218) 736-5124
';var m_86a86fba434953987a31ee069c9ef0ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid State Credit',});m_86a86fba434953987a31ee069c9ef0ad['infowindow'] = new google.maps.InfoWindow({content: $l86a86fba434953987a31ee069c9ef0ad});var infowindow = new google.maps.InfoWindow({content: $l86a86fba434953987a31ee069c9ef0ad});google.maps.event.addListener(m_86a86fba434953987a31ee069c9ef0ad, 'click', function() {infowindow.open(map,m_86a86fba434953987a31ee069c9ef0ad);});$marker.push(m_86a86fba434953987a31ee069c9ef0ad);}});}google.maps.event.addDomListener(window, 'load', initialize);