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.1386,-118.714)};var g_c66f374e0826c14bc9d4202012b20068 = new google.maps.Geocoder();g_c66f374e0826c14bc9d4202012b20068.geocode( { 'address': "27001 Agoura Rd #350, Calabasas, CA 91301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calabasas-CA-mark-klein').style.display = '';map = new google.maps.Map(document.getElementById('calabasas-CA-mark-klein'), mapOptions);}document.getElementById('f3eb5151').innerHTML += ' | View Map';var $lc66f374e0826c14bc9d4202012b20068 = '

Mark Klein

Address: 27001 Agoura Rd #350, Calabasas, CA 91301, USA
Phone: (818) 865-0600
';var m_c66f374e0826c14bc9d4202012b20068 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mark Klein',});m_c66f374e0826c14bc9d4202012b20068['infowindow'] = new google.maps.InfoWindow({content: $lc66f374e0826c14bc9d4202012b20068});var infowindow = new google.maps.InfoWindow({content: $lc66f374e0826c14bc9d4202012b20068});google.maps.event.addListener(m_c66f374e0826c14bc9d4202012b20068, 'click', function() {infowindow.open(map,m_c66f374e0826c14bc9d4202012b20068);});$marker.push(m_c66f374e0826c14bc9d4202012b20068);}});}google.maps.event.addDomListener(window, 'load', initialize);