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.0509,-118.46)};var g_654cc17b905e3f044137981e69a4bf97 = new google.maps.Geocoder();g_654cc17b905e3f044137981e69a4bf97.geocode( { 'address': "11601 Wilshire Blvd #500, Los Angeles, CA 90025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-nina-nazar').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-nina-nazar'), mapOptions);}document.getElementById('34a4e1a7').innerHTML += ' | View Map';var $l654cc17b905e3f044137981e69a4bf97 = '

Nina Nazar

Address: 11601 Wilshire Blvd #500, Los Angeles, CA 90025, USA
Phone: (310) 806-4620
';var m_654cc17b905e3f044137981e69a4bf97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nina Nazar',});m_654cc17b905e3f044137981e69a4bf97['infowindow'] = new google.maps.InfoWindow({content: $l654cc17b905e3f044137981e69a4bf97});var infowindow = new google.maps.InfoWindow({content: $l654cc17b905e3f044137981e69a4bf97});google.maps.event.addListener(m_654cc17b905e3f044137981e69a4bf97, 'click', function() {infowindow.open(map,m_654cc17b905e3f044137981e69a4bf97);});$marker.push(m_654cc17b905e3f044137981e69a4bf97);}});}google.maps.event.addDomListener(window, 'load', initialize);