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.9848,-93.2702)};var g_6e8a1355fecf26e9af392e9fa9c5a164 = new google.maps.Geocoder();g_6e8a1355fecf26e9af392e9fa9c5a164.geocode( { 'address': "425 Portland Ave, Minneapolis, MN 55415"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-star-choice-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-star-choice-credit-union'), mapOptions);}document.getElementById('85f40bbc').innerHTML += ' | View Map';var $l6e8a1355fecf26e9af392e9fa9c5a164 = '

Star Choice Credit Union

Address: 425 Portland Ave, Minneapolis, MN 55415
Phone: (952) 698-7229
';var m_6e8a1355fecf26e9af392e9fa9c5a164 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star Choice Credit Union',});m_6e8a1355fecf26e9af392e9fa9c5a164['infowindow'] = new google.maps.InfoWindow({content: $l6e8a1355fecf26e9af392e9fa9c5a164});var infowindow = new google.maps.InfoWindow({content: $l6e8a1355fecf26e9af392e9fa9c5a164});google.maps.event.addListener(m_6e8a1355fecf26e9af392e9fa9c5a164, 'click', function() {infowindow.open(map,m_6e8a1355fecf26e9af392e9fa9c5a164);});$marker.push(m_6e8a1355fecf26e9af392e9fa9c5a164);}});}google.maps.event.addDomListener(window, 'load', initialize);