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(34.0693,-118.405)};var g_e7b5817c11e559871f9d1af1d20fa045 = new google.maps.Geocoder();g_e7b5817c11e559871f9d1af1d20fa045.geocode( { 'address': "433 N Camden Dr, Beverly Hills, CA 90210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beverly-hills-CA-j-k-g--associates-llc').style.display = '';map = new google.maps.Map(document.getElementById('beverly-hills-CA-j-k-g--associates-llc'), mapOptions);}document.getElementById('e7b9546d').innerHTML += ' | View Map';var $le7b5817c11e559871f9d1af1d20fa045 = '

J K G & Associates Llc

Address: 433 N Camden Dr, Beverly Hills, CA 90210, USA
Phone: (310) 274-2258
';var m_e7b5817c11e559871f9d1af1d20fa045 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J K G & Associates Llc',});m_e7b5817c11e559871f9d1af1d20fa045['infowindow'] = new google.maps.InfoWindow({content: $le7b5817c11e559871f9d1af1d20fa045});var infowindow = new google.maps.InfoWindow({content: $le7b5817c11e559871f9d1af1d20fa045});google.maps.event.addListener(m_e7b5817c11e559871f9d1af1d20fa045, 'click', function() {infowindow.open(map,m_e7b5817c11e559871f9d1af1d20fa045);});$marker.push(m_e7b5817c11e559871f9d1af1d20fa045);}});}google.maps.event.addDomListener(window, 'load', initialize);