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.2312,-119.05)};var g_2cc680ca104a25a384e28c3119d02d63 = new google.maps.Geocoder();g_2cc680ca104a25a384e28c3119d02d63.geocode( { 'address': "1627 Edgemont Dr, Camarillo, CA 93010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camarillo-CA-team-tapie').style.display = '';map = new google.maps.Map(document.getElementById('camarillo-CA-team-tapie'), mapOptions);}document.getElementById('67b97e5d').innerHTML += ' | View Map';var $l2cc680ca104a25a384e28c3119d02d63 = '

Team Tapie

Address: 1627 Edgemont Dr, Camarillo, CA 93010, USA
Phone: (805) 389-0505
';var m_2cc680ca104a25a384e28c3119d02d63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Team Tapie',});m_2cc680ca104a25a384e28c3119d02d63['infowindow'] = new google.maps.InfoWindow({content: $l2cc680ca104a25a384e28c3119d02d63});var infowindow = new google.maps.InfoWindow({content: $l2cc680ca104a25a384e28c3119d02d63});google.maps.event.addListener(m_2cc680ca104a25a384e28c3119d02d63, 'click', function() {infowindow.open(map,m_2cc680ca104a25a384e28c3119d02d63);});$marker.push(m_2cc680ca104a25a384e28c3119d02d63);}});}google.maps.event.addDomListener(window, 'load', initialize);