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.4005,-122.193)};var g_a252c7f0cc7c1e0dc9acd45f302d1b29 = new google.maps.Geocoder();g_a252c7f0cc7c1e0dc9acd45f302d1b29.geocode( { 'address': "104 La Mesa Dr #102, Portola Valley, CA 94028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portola-valley-CA-western-technology-investment').style.display = '';map = new google.maps.Map(document.getElementById('portola-valley-CA-western-technology-investment'), mapOptions);}document.getElementById('b50edb66').innerHTML += ' | View Map';var $la252c7f0cc7c1e0dc9acd45f302d1b29 = '

Western Technology Investment

Address: 104 La Mesa Dr #102, Portola Valley, CA 94028, USA
Phone: (650) 234-4300
';var m_a252c7f0cc7c1e0dc9acd45f302d1b29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Technology Investment',});m_a252c7f0cc7c1e0dc9acd45f302d1b29['infowindow'] = new google.maps.InfoWindow({content: $la252c7f0cc7c1e0dc9acd45f302d1b29});var infowindow = new google.maps.InfoWindow({content: $la252c7f0cc7c1e0dc9acd45f302d1b29});google.maps.event.addListener(m_a252c7f0cc7c1e0dc9acd45f302d1b29, 'click', function() {infowindow.open(map,m_a252c7f0cc7c1e0dc9acd45f302d1b29);});$marker.push(m_a252c7f0cc7c1e0dc9acd45f302d1b29);}});}google.maps.event.addDomListener(window, 'load', initialize);