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.9355,-118.244)};var g_fd7ba0841771dc5b9b81db24a259ea3d = new google.maps.Geocoder();g_fd7ba0841771dc5b9b81db24a259ea3d.geocode( { 'address': "1672 E 110th St, Los Angeles, CA 90059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-nova-home-inc').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-nova-home-inc'), mapOptions);}document.getElementById('d1856667').innerHTML += ' | View Map';var $lfd7ba0841771dc5b9b81db24a259ea3d = '

Nova Home Inc

Address: 1672 E 110th St, Los Angeles, CA 90059, USA
Phone: (323) 249-0745
';var m_fd7ba0841771dc5b9b81db24a259ea3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nova Home Inc',});m_fd7ba0841771dc5b9b81db24a259ea3d['infowindow'] = new google.maps.InfoWindow({content: $lfd7ba0841771dc5b9b81db24a259ea3d});var infowindow = new google.maps.InfoWindow({content: $lfd7ba0841771dc5b9b81db24a259ea3d});google.maps.event.addListener(m_fd7ba0841771dc5b9b81db24a259ea3d, 'click', function() {infowindow.open(map,m_fd7ba0841771dc5b9b81db24a259ea3d);});$marker.push(m_fd7ba0841771dc5b9b81db24a259ea3d);}});}google.maps.event.addDomListener(window, 'load', initialize);