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.2837,-96.0804)};var g_c2ef2b49cd4b7843ecdde57f8bce41fa = new google.maps.Geocoder();g_c2ef2b49cd4b7843ecdde57f8bce41fa.geocode( { 'address': "410 W Lincoln Ave, Fergus Falls, MN 56537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fergus-falls-MN-affinity-plus-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fergus-falls-MN-affinity-plus-federal-credit-union'), mapOptions);}document.getElementById('3b6cf7b8').innerHTML += ' | View Map';var $lc2ef2b49cd4b7843ecdde57f8bce41fa = '

Affinity Plus Federal Credit Union

Address: 410 W Lincoln Ave, Fergus Falls, MN 56537, USA
Phone: (218) 739-6072
';var m_c2ef2b49cd4b7843ecdde57f8bce41fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affinity Plus Federal Credit Union',});m_c2ef2b49cd4b7843ecdde57f8bce41fa['infowindow'] = new google.maps.InfoWindow({content: $lc2ef2b49cd4b7843ecdde57f8bce41fa});var infowindow = new google.maps.InfoWindow({content: $lc2ef2b49cd4b7843ecdde57f8bce41fa});google.maps.event.addListener(m_c2ef2b49cd4b7843ecdde57f8bce41fa, 'click', function() {infowindow.open(map,m_c2ef2b49cd4b7843ecdde57f8bce41fa);});$marker.push(m_c2ef2b49cd4b7843ecdde57f8bce41fa);}});}google.maps.event.addDomListener(window, 'load', initialize);