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_1c23e4b702ac1ca72c7bc88f535fae8f = new google.maps.Geocoder();g_1c23e4b702ac1ca72c7bc88f535fae8f.geocode( { 'address': "299 S Main St, Salt Lake City, UT 84111"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-ubs-financial-service').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-ubs-financial-service'), mapOptions);}document.getElementById('a81d4d64').innerHTML += ' | View Map';var $l1c23e4b702ac1ca72c7bc88f535fae8f = '

Ubs Financial Service

Address: 299 S Main St, Salt Lake City, UT 84111
Phone: (801) 521-8840
';var m_1c23e4b702ac1ca72c7bc88f535fae8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ubs Financial Service',});m_1c23e4b702ac1ca72c7bc88f535fae8f['infowindow'] = new google.maps.InfoWindow({content: $l1c23e4b702ac1ca72c7bc88f535fae8f});var infowindow = new google.maps.InfoWindow({content: $l1c23e4b702ac1ca72c7bc88f535fae8f});google.maps.event.addListener(m_1c23e4b702ac1ca72c7bc88f535fae8f, 'click', function() {infowindow.open(map,m_1c23e4b702ac1ca72c7bc88f535fae8f);});$marker.push(m_1c23e4b702ac1ca72c7bc88f535fae8f);}});}google.maps.event.addDomListener(window, 'load', initialize);