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(37.7921,-122.404)};var g_c1394068ff41c7138b35f3b1c66348ef = new google.maps.Geocoder();g_c1394068ff41c7138b35f3b1c66348ef.geocode( { 'address': "50th Floor, 555 California St, San Francisco, CA 94104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-kkr-credit-advisors-us-llc').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-kkr-credit-advisors-us-llc'), mapOptions);}document.getElementById('51906dd1').innerHTML += ' | View Map';var $lc1394068ff41c7138b35f3b1c66348ef = '

KKR Credit Advisors (US), LLC

Address: 50th Floor, 555 California St, San Francisco, CA 94104, USA
Phone: (415) 315-3620
';var m_c1394068ff41c7138b35f3b1c66348ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KKR Credit Advisors (US), LLC',});m_c1394068ff41c7138b35f3b1c66348ef['infowindow'] = new google.maps.InfoWindow({content: $lc1394068ff41c7138b35f3b1c66348ef});var infowindow = new google.maps.InfoWindow({content: $lc1394068ff41c7138b35f3b1c66348ef});google.maps.event.addListener(m_c1394068ff41c7138b35f3b1c66348ef, 'click', function() {infowindow.open(map,m_c1394068ff41c7138b35f3b1c66348ef);});$marker.push(m_c1394068ff41c7138b35f3b1c66348ef);}});}google.maps.event.addDomListener(window, 'load', initialize);