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.2748,-119.262)};var g_c31c29ebe784d967b6747b779e93037c = new google.maps.Geocoder();g_c31c29ebe784d967b6747b779e93037c.geocode( { 'address': "2580 E Main St #203, Ventura, CA 93003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ventura-CA-first-five-ventura-county').style.display = '';map = new google.maps.Map(document.getElementById('ventura-CA-first-five-ventura-county'), mapOptions);}document.getElementById('9a7e9d7e').innerHTML += ' | View Map';var $lc31c29ebe784d967b6747b779e93037c = '

First Five Ventura County

Address: 2580 E Main St #203, Ventura, CA 93003, USA
Phone: (805) 648-9990
';var m_c31c29ebe784d967b6747b779e93037c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Five Ventura County',});m_c31c29ebe784d967b6747b779e93037c['infowindow'] = new google.maps.InfoWindow({content: $lc31c29ebe784d967b6747b779e93037c});var infowindow = new google.maps.InfoWindow({content: $lc31c29ebe784d967b6747b779e93037c});google.maps.event.addListener(m_c31c29ebe784d967b6747b779e93037c, 'click', function() {infowindow.open(map,m_c31c29ebe784d967b6747b779e93037c);});$marker.push(m_c31c29ebe784d967b6747b779e93037c);}});}google.maps.event.addDomListener(window, 'load', initialize);