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.9772,-118.392)};var g_043233a06750e1c16820fc15f8df3164 = new google.maps.Geocoder();g_043233a06750e1c16820fc15f8df3164.geocode( { 'address': "6100 Center Dr #630, Los Angeles, CA 90045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-avant').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-avant'), mapOptions);}document.getElementById('1d0c0c95').innerHTML += ' | View Map';var $l043233a06750e1c16820fc15f8df3164 = '

Avant

Address: 6100 Center Dr #630, Los Angeles, CA 90045, USA
Phone:
';var m_043233a06750e1c16820fc15f8df3164 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Avant',});m_043233a06750e1c16820fc15f8df3164['infowindow'] = new google.maps.InfoWindow({content: $l043233a06750e1c16820fc15f8df3164});var infowindow = new google.maps.InfoWindow({content: $l043233a06750e1c16820fc15f8df3164});google.maps.event.addListener(m_043233a06750e1c16820fc15f8df3164, 'click', function() {infowindow.open(map,m_043233a06750e1c16820fc15f8df3164);});$marker.push(m_043233a06750e1c16820fc15f8df3164);}});}google.maps.event.addDomListener(window, 'load', initialize);