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.8602,-93.4269)};var g_a512d4e9c5aaf885c3c28685a09f5031 = new google.maps.Geocoder();g_a512d4e9c5aaf885c3c28685a09f5031.geocode( { 'address': "7912 Eden Rd, Eden Prairie, MN 55344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eden-prairie-MN-united-educators-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('eden-prairie-MN-united-educators-credit-union'), mapOptions);}document.getElementById('4207fa02').innerHTML += ' | View Map';var $la512d4e9c5aaf885c3c28685a09f5031 = '

United Educators Credit Union

Address: 7912 Eden Rd, Eden Prairie, MN 55344, USA
Phone: (651) 264-0669
';var m_a512d4e9c5aaf885c3c28685a09f5031 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Educators Credit Union',});m_a512d4e9c5aaf885c3c28685a09f5031['infowindow'] = new google.maps.InfoWindow({content: $la512d4e9c5aaf885c3c28685a09f5031});var infowindow = new google.maps.InfoWindow({content: $la512d4e9c5aaf885c3c28685a09f5031});google.maps.event.addListener(m_a512d4e9c5aaf885c3c28685a09f5031, 'click', function() {infowindow.open(map,m_a512d4e9c5aaf885c3c28685a09f5031);});$marker.push(m_a512d4e9c5aaf885c3c28685a09f5031);}});}google.maps.event.addDomListener(window, 'load', initialize);