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_daa172021eb0b28d756615925486f129 = new google.maps.Geocoder();g_daa172021eb0b28d756615925486f129.geocode( { 'address': "222 S Main St, Salt Lake City, UT 84101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-goldman-sachs').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-goldman-sachs'), mapOptions);}document.getElementById('6a5a1223').innerHTML += ' | View Map';var $ldaa172021eb0b28d756615925486f129 = '

Goldman Sachs

Address: 222 S Main St, Salt Lake City, UT 84101
Phone: (801) 741-1108
';var m_daa172021eb0b28d756615925486f129 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Goldman Sachs',});m_daa172021eb0b28d756615925486f129['infowindow'] = new google.maps.InfoWindow({content: $ldaa172021eb0b28d756615925486f129});var infowindow = new google.maps.InfoWindow({content: $ldaa172021eb0b28d756615925486f129});google.maps.event.addListener(m_daa172021eb0b28d756615925486f129, 'click', function() {infowindow.open(map,m_daa172021eb0b28d756615925486f129);});$marker.push(m_daa172021eb0b28d756615925486f129);}});}google.maps.event.addDomListener(window, 'load', initialize);