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.9804,-122.011)};var g_54891b37d944a43ffd292d21f6932272 = new google.maps.Geocoder();g_54891b37d944a43ffd292d21f6932272.geocode( { 'address': "1717 Seabright Ave #1, Santa Cruz, CA 95062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-cruz-CA-tedrowe-realty--investments').style.display = '';map = new google.maps.Map(document.getElementById('santa-cruz-CA-tedrowe-realty--investments'), mapOptions);}document.getElementById('2d401a2f').innerHTML += ' | View Map';var $l54891b37d944a43ffd292d21f6932272 = '

Tedrowe Realty & Investments

Address: 1717 Seabright Ave #1, Santa Cruz, CA 95062, USA
Phone: (831) 426-9880
';var m_54891b37d944a43ffd292d21f6932272 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tedrowe Realty & Investments',});m_54891b37d944a43ffd292d21f6932272['infowindow'] = new google.maps.InfoWindow({content: $l54891b37d944a43ffd292d21f6932272});var infowindow = new google.maps.InfoWindow({content: $l54891b37d944a43ffd292d21f6932272});google.maps.event.addListener(m_54891b37d944a43ffd292d21f6932272, 'click', function() {infowindow.open(map,m_54891b37d944a43ffd292d21f6932272);});$marker.push(m_54891b37d944a43ffd292d21f6932272);}});}google.maps.event.addDomListener(window, 'load', initialize);