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(40.7655,-111.838)};var g_127f75906618c4a0d33d9188ac6df110 = new google.maps.Geocoder();g_127f75906618c4a0d33d9188ac6df110.geocode( { 'address': "1836 Student Life Way, Salt Lake City, UT 84112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-university-federal-credit-union---student-life-center').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-university-federal-credit-union---student-life-center'), mapOptions);}document.getElementById('65332712').innerHTML += ' | View Map';var $l127f75906618c4a0d33d9188ac6df110 = '

University Federal Credit Union - Student Life Center

Address: 1836 Student Life Way, Salt Lake City, UT 84112, USA
Phone: (801) 584-1040
';var m_127f75906618c4a0d33d9188ac6df110 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University Federal Credit Union - Student Life Center',});m_127f75906618c4a0d33d9188ac6df110['infowindow'] = new google.maps.InfoWindow({content: $l127f75906618c4a0d33d9188ac6df110});var infowindow = new google.maps.InfoWindow({content: $l127f75906618c4a0d33d9188ac6df110});google.maps.event.addListener(m_127f75906618c4a0d33d9188ac6df110, 'click', function() {infowindow.open(map,m_127f75906618c4a0d33d9188ac6df110);});$marker.push(m_127f75906618c4a0d33d9188ac6df110);}});}google.maps.event.addDomListener(window, 'load', initialize);