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(44.147,-94)};var g_581cc015c3e52e83389854ba6a214711 = new google.maps.Geocoder();g_581cc015c3e52e83389854ba6a214711.geocode( { 'address': "13 Centennial Student Union, Mankato, MN 56001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mankato-MN-affinity-plus-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mankato-MN-affinity-plus-federal-credit-union'), mapOptions);}document.getElementById('626a4ffd').innerHTML += ' | View Map';var $l581cc015c3e52e83389854ba6a214711 = '

Affinity Plus Federal Credit Union

Address: 13 Centennial Student Union, Mankato, MN 56001, USA
Phone: (507) 345-1360
';var m_581cc015c3e52e83389854ba6a214711 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affinity Plus Federal Credit Union',});m_581cc015c3e52e83389854ba6a214711['infowindow'] = new google.maps.InfoWindow({content: $l581cc015c3e52e83389854ba6a214711});var infowindow = new google.maps.InfoWindow({content: $l581cc015c3e52e83389854ba6a214711});google.maps.event.addListener(m_581cc015c3e52e83389854ba6a214711, 'click', function() {infowindow.open(map,m_581cc015c3e52e83389854ba6a214711);});$marker.push(m_581cc015c3e52e83389854ba6a214711);}});}google.maps.event.addDomListener(window, 'load', initialize);