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(45.5719,-93.2018)};var g_a5311ea250c069821a160b1badc69ab8 = new google.maps.Geocoder();g_a5311ea250c069821a160b1badc69ab8.geocode( { 'address': "1820 2nd Ave SE #330, Cambridge, MN 55008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cambridge-MN-affinity-plus-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cambridge-MN-affinity-plus-federal-credit-union'), mapOptions);}document.getElementById('36583df5').innerHTML += ' | View Map';var $la5311ea250c069821a160b1badc69ab8 = '

Affinity Plus Federal Credit Union

Address: 1820 2nd Ave SE #330, Cambridge, MN 55008, USA
Phone: (763) 689-9110
';var m_a5311ea250c069821a160b1badc69ab8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affinity Plus Federal Credit Union',});m_a5311ea250c069821a160b1badc69ab8['infowindow'] = new google.maps.InfoWindow({content: $la5311ea250c069821a160b1badc69ab8});var infowindow = new google.maps.InfoWindow({content: $la5311ea250c069821a160b1badc69ab8});google.maps.event.addListener(m_a5311ea250c069821a160b1badc69ab8, 'click', function() {infowindow.open(map,m_a5311ea250c069821a160b1badc69ab8);});$marker.push(m_a5311ea250c069821a160b1badc69ab8);}});}google.maps.event.addDomListener(window, 'load', initialize);