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.7702,-111.836)};var g_e88cb1d8c98e1aa835af79f62e491c28 = new google.maps.Geocoder();g_e88cb1d8c98e1aa835af79f62e491c28.geocode( { 'address': "30 N 1900 E, 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---u-health-services').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-university-federal-credit-union---u-health-services'), mapOptions);}document.getElementById('db1a05cc').innerHTML += ' | View Map';var $le88cb1d8c98e1aa835af79f62e491c28 = '

University Federal Credit Union - U Health Services

Address: 30 N 1900 E, Salt Lake City, UT 84112, USA
Phone: (801) 584-1060
';var m_e88cb1d8c98e1aa835af79f62e491c28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University Federal Credit Union - U Health Services',});m_e88cb1d8c98e1aa835af79f62e491c28['infowindow'] = new google.maps.InfoWindow({content: $le88cb1d8c98e1aa835af79f62e491c28});var infowindow = new google.maps.InfoWindow({content: $le88cb1d8c98e1aa835af79f62e491c28});google.maps.event.addListener(m_e88cb1d8c98e1aa835af79f62e491c28, 'click', function() {infowindow.open(map,m_e88cb1d8c98e1aa835af79f62e491c28);});$marker.push(m_e88cb1d8c98e1aa835af79f62e491c28);}});}google.maps.event.addDomListener(window, 'load', initialize);