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.9413,-121.783)};var g_343e8f41b18325a6058adc3773ed4d53 = new google.maps.Geocoder();g_343e8f41b18325a6058adc3773ed4d53.geocode( { 'address': "1051 Freedom Blvd, Watsonville, CA 95076"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watsonville-CA-re-max-casa-blanca-realty').style.display = '';map = new google.maps.Map(document.getElementById('watsonville-CA-re-max-casa-blanca-realty'), mapOptions);}document.getElementById('ac217d0c').innerHTML += ' | View Map';var $l343e8f41b18325a6058adc3773ed4d53 = '

Re-Max Casa Blanca Realty

Address: 1051 Freedom Blvd, Watsonville, CA 95076
Phone: (831) 722-3382
';var m_343e8f41b18325a6058adc3773ed4d53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Re-Max Casa Blanca Realty',});m_343e8f41b18325a6058adc3773ed4d53['infowindow'] = new google.maps.InfoWindow({content: $l343e8f41b18325a6058adc3773ed4d53});var infowindow = new google.maps.InfoWindow({content: $l343e8f41b18325a6058adc3773ed4d53});google.maps.event.addListener(m_343e8f41b18325a6058adc3773ed4d53, 'click', function() {infowindow.open(map,m_343e8f41b18325a6058adc3773ed4d53);});$marker.push(m_343e8f41b18325a6058adc3773ed4d53);}});}google.maps.event.addDomListener(window, 'load', initialize);