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.4474,-119.228)};var g_7f8d79e1bfaa36d8cd59830d559c5df3 = new google.maps.Geocoder();g_7f8d79e1bfaa36d8cd59830d559c5df3.geocode( { 'address': "186 Oak Glen Ave, Ojai, CA 93023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ojai-CA-kemp-funding').style.display = '';map = new google.maps.Map(document.getElementById('ojai-CA-kemp-funding'), mapOptions);}document.getElementById('6e89c878').innerHTML += ' | View Map';var $l7f8d79e1bfaa36d8cd59830d559c5df3 = '

Kemp Funding

Address: 186 Oak Glen Ave, Ojai, CA 93023, USA
Phone: (805) 660-6569
';var m_7f8d79e1bfaa36d8cd59830d559c5df3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kemp Funding',});m_7f8d79e1bfaa36d8cd59830d559c5df3['infowindow'] = new google.maps.InfoWindow({content: $l7f8d79e1bfaa36d8cd59830d559c5df3});var infowindow = new google.maps.InfoWindow({content: $l7f8d79e1bfaa36d8cd59830d559c5df3});google.maps.event.addListener(m_7f8d79e1bfaa36d8cd59830d559c5df3, 'click', function() {infowindow.open(map,m_7f8d79e1bfaa36d8cd59830d559c5df3);});$marker.push(m_7f8d79e1bfaa36d8cd59830d559c5df3);}});}google.maps.event.addDomListener(window, 'load', initialize);