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.0197,-117.67)};var g_bb552b3945e1e036794b1c8e4aab858a = new google.maps.Geocoder();g_bb552b3945e1e036794b1c8e4aab858a.geocode( { 'address': "6180 Riverside Dr # C, Chino, CA 91710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chino-CA-lavit-services').style.display = '';map = new google.maps.Map(document.getElementById('chino-CA-lavit-services'), mapOptions);}document.getElementById('fe113b00').innerHTML += ' | View Map';var $lbb552b3945e1e036794b1c8e4aab858a = '

Lavit Services

Address: 6180 Riverside Dr # C, Chino, CA 91710, USA
Phone: (909) 590-0209
';var m_bb552b3945e1e036794b1c8e4aab858a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lavit Services',});m_bb552b3945e1e036794b1c8e4aab858a['infowindow'] = new google.maps.InfoWindow({content: $lbb552b3945e1e036794b1c8e4aab858a});var infowindow = new google.maps.InfoWindow({content: $lbb552b3945e1e036794b1c8e4aab858a});google.maps.event.addListener(m_bb552b3945e1e036794b1c8e4aab858a, 'click', function() {infowindow.open(map,m_bb552b3945e1e036794b1c8e4aab858a);});$marker.push(m_bb552b3945e1e036794b1c8e4aab858a);}});}google.maps.event.addDomListener(window, 'load', initialize);