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(36.9816,-122.031)};var g_1b76e164419bfc8fd834c901ac8d616d = new google.maps.Geocoder();g_1b76e164419bfc8fd834c901ac8d616d.geocode( { 'address': "303 Potrero St #29, Santa Cruz, CA 95060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-cruz-CA-california-farm-link').style.display = '';map = new google.maps.Map(document.getElementById('santa-cruz-CA-california-farm-link'), mapOptions);}document.getElementById('b11d8f9b').innerHTML += ' | View Map';var $l1b76e164419bfc8fd834c901ac8d616d = '

California Farm Link

Address: 303 Potrero St #29, Santa Cruz, CA 95060, USA
Phone: (831) 425-0303
';var m_1b76e164419bfc8fd834c901ac8d616d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Farm Link',});m_1b76e164419bfc8fd834c901ac8d616d['infowindow'] = new google.maps.InfoWindow({content: $l1b76e164419bfc8fd834c901ac8d616d});var infowindow = new google.maps.InfoWindow({content: $l1b76e164419bfc8fd834c901ac8d616d});google.maps.event.addListener(m_1b76e164419bfc8fd834c901ac8d616d, 'click', function() {infowindow.open(map,m_1b76e164419bfc8fd834c901ac8d616d);});$marker.push(m_1b76e164419bfc8fd834c901ac8d616d);}});}google.maps.event.addDomListener(window, 'load', initialize);