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.2443,-118.606)};var g_adf09c590885ba8536d80346b64a485e = new google.maps.Geocoder();g_adf09c590885ba8536d80346b64a485e.geocode( { 'address': "9560 Topanga Canyon Blvd, Chatsworth, CA 91311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-ooraa-inc').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-ooraa-inc'), mapOptions);}document.getElementById('41dd46d6').innerHTML += ' | View Map';var $ladf09c590885ba8536d80346b64a485e = '

Ooraa Inc

Address: 9560 Topanga Canyon Blvd, Chatsworth, CA 91311, USA
Phone: (888) 888-9914
';var m_adf09c590885ba8536d80346b64a485e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ooraa Inc',});m_adf09c590885ba8536d80346b64a485e['infowindow'] = new google.maps.InfoWindow({content: $ladf09c590885ba8536d80346b64a485e});var infowindow = new google.maps.InfoWindow({content: $ladf09c590885ba8536d80346b64a485e});google.maps.event.addListener(m_adf09c590885ba8536d80346b64a485e, 'click', function() {infowindow.open(map,m_adf09c590885ba8536d80346b64a485e);});$marker.push(m_adf09c590885ba8536d80346b64a485e);}});}google.maps.event.addDomListener(window, 'load', initialize);