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.7582,-111.877)};var g_6755ef4a92cca507c771ebec973b45cf = new google.maps.Geocoder();g_6755ef4a92cca507c771ebec973b45cf.geocode( { 'address': "490 500 S, Salt Lake City, UT 84111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-university-federal-credit-union---5th--5th').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-university-federal-credit-union---5th--5th'), mapOptions);}document.getElementById('1addbbe1').innerHTML += ' | View Map';var $l6755ef4a92cca507c771ebec973b45cf = '

University Federal Credit Union - 5th & 5th

Address: 490 500 S, Salt Lake City, UT 84111, USA
Phone: (801) 481-8805
';var m_6755ef4a92cca507c771ebec973b45cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University Federal Credit Union - 5th & 5th',});m_6755ef4a92cca507c771ebec973b45cf['infowindow'] = new google.maps.InfoWindow({content: $l6755ef4a92cca507c771ebec973b45cf});var infowindow = new google.maps.InfoWindow({content: $l6755ef4a92cca507c771ebec973b45cf});google.maps.event.addListener(m_6755ef4a92cca507c771ebec973b45cf, 'click', function() {infowindow.open(map,m_6755ef4a92cca507c771ebec973b45cf);});$marker.push(m_6755ef4a92cca507c771ebec973b45cf);}});}google.maps.event.addDomListener(window, 'load', initialize);