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.1389,-118.712)};var g_6953aa7895c6af344d03401184eaf8e4 = new google.maps.Geocoder();g_6953aa7895c6af344d03401184eaf8e4.geocode( { 'address': "26901 Agoura Rd # 250, Agoura Hills, CA 91301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('agoura-hills-CA-athas-capital-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('agoura-hills-CA-athas-capital-group-inc'), mapOptions);}document.getElementById('d5850c14').innerHTML += ' | View Map';var $l6953aa7895c6af344d03401184eaf8e4 = '

Athas Capital Group Inc

Address: 26901 Agoura Rd # 250, Agoura Hills, CA 91301, USA
Phone: (818) 914-3000
';var m_6953aa7895c6af344d03401184eaf8e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Athas Capital Group Inc',});m_6953aa7895c6af344d03401184eaf8e4['infowindow'] = new google.maps.InfoWindow({content: $l6953aa7895c6af344d03401184eaf8e4});var infowindow = new google.maps.InfoWindow({content: $l6953aa7895c6af344d03401184eaf8e4});google.maps.event.addListener(m_6953aa7895c6af344d03401184eaf8e4, 'click', function() {infowindow.open(map,m_6953aa7895c6af344d03401184eaf8e4);});$marker.push(m_6953aa7895c6af344d03401184eaf8e4);}});}google.maps.event.addDomListener(window, 'load', initialize);