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_21def1c215d29e0f01a9f2eafcc98357 = new google.maps.Geocoder();g_21def1c215d29e0f01a9f2eafcc98357.geocode( { 'address': "4450 W 76th St, Minneapolis, MN 55435"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-royal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-royal-credit-union'), mapOptions);}document.getElementById('f3d12c97').innerHTML += ' | View Map';var $l21def1c215d29e0f01a9f2eafcc98357 = '

Royal Credit Union

Address: 4450 W 76th St, Minneapolis, MN 55435
Phone: (952) 933-9000
';var m_21def1c215d29e0f01a9f2eafcc98357 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Credit Union',});m_21def1c215d29e0f01a9f2eafcc98357['infowindow'] = new google.maps.InfoWindow({content: $l21def1c215d29e0f01a9f2eafcc98357});var infowindow = new google.maps.InfoWindow({content: $l21def1c215d29e0f01a9f2eafcc98357});google.maps.event.addListener(m_21def1c215d29e0f01a9f2eafcc98357, 'click', function() {infowindow.open(map,m_21def1c215d29e0f01a9f2eafcc98357);});$marker.push(m_21def1c215d29e0f01a9f2eafcc98357);}});}google.maps.event.addDomListener(window, 'load', initialize);