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(33.9781,-118.392)};var g_57ad009f7e16adc467740fb9cef80dea = new google.maps.Geocoder();g_57ad009f7e16adc467740fb9cef80dea.geocode( { 'address': "6100 Howard Hughes Center Drive, Ste 630, Los Angeles, CA 90045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-genesis-capital').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-genesis-capital'), mapOptions);}document.getElementById('ca8d490f').innerHTML += ' | View Map';var $l57ad009f7e16adc467740fb9cef80dea = '

Genesis Capital

Address: 6100 Howard Hughes Center Drive, Ste 630, Los Angeles, CA 90045, USA
Phone: (818) 661-1778
';var m_57ad009f7e16adc467740fb9cef80dea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Genesis Capital',});m_57ad009f7e16adc467740fb9cef80dea['infowindow'] = new google.maps.InfoWindow({content: $l57ad009f7e16adc467740fb9cef80dea});var infowindow = new google.maps.InfoWindow({content: $l57ad009f7e16adc467740fb9cef80dea});google.maps.event.addListener(m_57ad009f7e16adc467740fb9cef80dea, 'click', function() {infowindow.open(map,m_57ad009f7e16adc467740fb9cef80dea);});$marker.push(m_57ad009f7e16adc467740fb9cef80dea);}});}google.maps.event.addDomListener(window, 'load', initialize);