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(37.9848,-121.349)};var g_99f463038fbcf182d7988dbb7474e2e0 = new google.maps.Geocoder();g_99f463038fbcf182d7988dbb7474e2e0.geocode( { 'address': "3031 W March Ln #340, Stockton, CA 95219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-loan-h-lieu-dds').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-loan-h-lieu-dds'), mapOptions);}document.getElementById('76c1ecc8').innerHTML += ' | View Map';var $l99f463038fbcf182d7988dbb7474e2e0 = '

Loan H Lieu DDS

Address: 3031 W March Ln #340, Stockton, CA 95219, USA
Phone: (209) 952-8000
';var m_99f463038fbcf182d7988dbb7474e2e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan H Lieu DDS',});m_99f463038fbcf182d7988dbb7474e2e0['infowindow'] = new google.maps.InfoWindow({content: $l99f463038fbcf182d7988dbb7474e2e0});var infowindow = new google.maps.InfoWindow({content: $l99f463038fbcf182d7988dbb7474e2e0});google.maps.event.addListener(m_99f463038fbcf182d7988dbb7474e2e0, 'click', function() {infowindow.open(map,m_99f463038fbcf182d7988dbb7474e2e0);});$marker.push(m_99f463038fbcf182d7988dbb7474e2e0);}});}google.maps.event.addDomListener(window, 'load', initialize);