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.7564,-111.899)};var g_0da730423863c784bbd4ec22be73b963 = new google.maps.Geocoder();g_0da730423863c784bbd4ec22be73b963.geocode( { 'address': "505 Wakara Way, Salt Lake City, UT 84108"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-university-of-utah-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-university-of-utah-credit-union'), mapOptions);}document.getElementById('64caabe3').innerHTML += ' | View Map';var $l0da730423863c784bbd4ec22be73b963 = '

University of Utah Credit Union

Address: 505 Wakara Way, Salt Lake City, UT 84108
Phone: (801) 481-8800
';var m_0da730423863c784bbd4ec22be73b963 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University of Utah Credit Union',});m_0da730423863c784bbd4ec22be73b963['infowindow'] = new google.maps.InfoWindow({content: $l0da730423863c784bbd4ec22be73b963});var infowindow = new google.maps.InfoWindow({content: $l0da730423863c784bbd4ec22be73b963});google.maps.event.addListener(m_0da730423863c784bbd4ec22be73b963, 'click', function() {infowindow.open(map,m_0da730423863c784bbd4ec22be73b963);});$marker.push(m_0da730423863c784bbd4ec22be73b963);}});}google.maps.event.addDomListener(window, 'load', initialize);