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(37.4932,-122.232)};var g_86b71ae06f81e02fa1b14dc9aa638c17 = new google.maps.Geocoder();g_86b71ae06f81e02fa1b14dc9aa638c17.geocode( { 'address': "611 Veterans Blvd, Redwood City, CA 94063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redwood-city-CA-redwood-realty-inc').style.display = '';map = new google.maps.Map(document.getElementById('redwood-city-CA-redwood-realty-inc'), mapOptions);}document.getElementById('d8e3ba2e').innerHTML += ' | View Map';var $l86b71ae06f81e02fa1b14dc9aa638c17 = '

Redwood Realty Inc

Address: 611 Veterans Blvd, Redwood City, CA 94063, USA
Phone: (650) 299-9777
';var m_86b71ae06f81e02fa1b14dc9aa638c17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Redwood Realty Inc',});m_86b71ae06f81e02fa1b14dc9aa638c17['infowindow'] = new google.maps.InfoWindow({content: $l86b71ae06f81e02fa1b14dc9aa638c17});var infowindow = new google.maps.InfoWindow({content: $l86b71ae06f81e02fa1b14dc9aa638c17});google.maps.event.addListener(m_86b71ae06f81e02fa1b14dc9aa638c17, 'click', function() {infowindow.open(map,m_86b71ae06f81e02fa1b14dc9aa638c17);});$marker.push(m_86b71ae06f81e02fa1b14dc9aa638c17);}});}google.maps.event.addDomListener(window, 'load', initialize);