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.0027,-93.2251)};var g_084a8784799e173aa38a4d66fb9f15fa = new google.maps.Geocoder();g_084a8784799e173aa38a4d66fb9f15fa.geocode( { 'address': "2600 Ridgway Pkwy, Minneapolis, MN 55413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-connexus-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-connexus-credit-union'), mapOptions);}document.getElementById('7ea71df0').innerHTML += ' | View Map';var $l084a8784799e173aa38a4d66fb9f15fa = '

Connexus Credit Union

Address: 2600 Ridgway Pkwy, Minneapolis, MN 55413, USA
Phone: (763) 302-3099
';var m_084a8784799e173aa38a4d66fb9f15fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Connexus Credit Union',});m_084a8784799e173aa38a4d66fb9f15fa['infowindow'] = new google.maps.InfoWindow({content: $l084a8784799e173aa38a4d66fb9f15fa});var infowindow = new google.maps.InfoWindow({content: $l084a8784799e173aa38a4d66fb9f15fa});google.maps.event.addListener(m_084a8784799e173aa38a4d66fb9f15fa, 'click', function() {infowindow.open(map,m_084a8784799e173aa38a4d66fb9f15fa);});$marker.push(m_084a8784799e173aa38a4d66fb9f15fa);}});}google.maps.event.addDomListener(window, 'load', initialize);