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.4369,-122.194)};var g_6672ad0326788d4107a01dc35a037786 = new google.maps.Geocoder();g_6672ad0326788d4107a01dc35a037786.geocode( { 'address': "3000 Sand Hill Road, Menlo Park, CA 94025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menlo-park-CA-constellation-wealth-advisors').style.display = '';map = new google.maps.Map(document.getElementById('menlo-park-CA-constellation-wealth-advisors'), mapOptions);}document.getElementById('490fecbc').innerHTML += ' | View Map';var $l6672ad0326788d4107a01dc35a037786 = '

Constellation Wealth Advisors

Address: 3000 Sand Hill Road, Menlo Park, CA 94025
Phone: (650) 352-9300
';var m_6672ad0326788d4107a01dc35a037786 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Constellation Wealth Advisors',});m_6672ad0326788d4107a01dc35a037786['infowindow'] = new google.maps.InfoWindow({content: $l6672ad0326788d4107a01dc35a037786});var infowindow = new google.maps.InfoWindow({content: $l6672ad0326788d4107a01dc35a037786});google.maps.event.addListener(m_6672ad0326788d4107a01dc35a037786, 'click', function() {infowindow.open(map,m_6672ad0326788d4107a01dc35a037786);});$marker.push(m_6672ad0326788d4107a01dc35a037786);}});}google.maps.event.addDomListener(window, 'load', initialize);