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.2547,-93.2405)};var g_842049bb7b522b0a865794db0d059eab = new google.maps.Geocoder();g_842049bb7b522b0a865794db0d059eab.geocode( { 'address': "2121 Station Pkwy NW, Andover, MN 55304"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andover-MN-minnco-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('andover-MN-minnco-credit-union'), mapOptions);}document.getElementById('b1a36f29').innerHTML += ' | View Map';var $l842049bb7b522b0a865794db0d059eab = '

Minnco Credit Union

Address: 2121 Station Pkwy NW, Andover, MN 55304
Phone: (763) 754-7195
';var m_842049bb7b522b0a865794db0d059eab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Minnco Credit Union',});m_842049bb7b522b0a865794db0d059eab['infowindow'] = new google.maps.InfoWindow({content: $l842049bb7b522b0a865794db0d059eab});var infowindow = new google.maps.InfoWindow({content: $l842049bb7b522b0a865794db0d059eab});google.maps.event.addListener(m_842049bb7b522b0a865794db0d059eab, 'click', function() {infowindow.open(map,m_842049bb7b522b0a865794db0d059eab);});$marker.push(m_842049bb7b522b0a865794db0d059eab);}});}google.maps.event.addDomListener(window, 'load', initialize);