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.2442,-119.183)};var g_b4e996f75bdf4c28209feba4693ff228 = new google.maps.Geocoder();g_b4e996f75bdf4c28209feba4693ff228.geocode( { 'address': "2775 N Ventura Rd Suite 102, Oxnard, CA 93036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-garcia-silverio').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-garcia-silverio'), mapOptions);}document.getElementById('a2d9d12c').innerHTML += ' | View Map';var $lb4e996f75bdf4c28209feba4693ff228 = '

Garcia Silverio

Address: 2775 N Ventura Rd Suite 102, Oxnard, CA 93036, USA
Phone: (805) 479-9283
';var m_b4e996f75bdf4c28209feba4693ff228 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Garcia Silverio',});m_b4e996f75bdf4c28209feba4693ff228['infowindow'] = new google.maps.InfoWindow({content: $lb4e996f75bdf4c28209feba4693ff228});var infowindow = new google.maps.InfoWindow({content: $lb4e996f75bdf4c28209feba4693ff228});google.maps.event.addListener(m_b4e996f75bdf4c28209feba4693ff228, 'click', function() {infowindow.open(map,m_b4e996f75bdf4c28209feba4693ff228);});$marker.push(m_b4e996f75bdf4c28209feba4693ff228);}});}google.maps.event.addDomListener(window, 'load', initialize);