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.4481,-122.158)};var g_c2780f04a3434b942146ae546828a32c = new google.maps.Geocoder();g_c2780f04a3434b942146ae546828a32c.geocode( { 'address': "531 Cowper St, Palo Alto, CA 94301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palo-alto-CA-david-t-lee---bancwest-investment-services-wealth-financial-advisor').style.display = '';map = new google.maps.Map(document.getElementById('palo-alto-CA-david-t-lee---bancwest-investment-services-wealth-financial-advisor'), mapOptions);}document.getElementById('66ce7f0b').innerHTML += ' | View Map';var $lc2780f04a3434b942146ae546828a32c = '

David T. Lee - BancWest Investment Services Wealth Financial Advisor

Address: 531 Cowper St, Palo Alto, CA 94301, USA
Phone: (650) 339-9514
';var m_c2780f04a3434b942146ae546828a32c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'David T. Lee - BancWest Investment Services Wealth Financial Advisor',});m_c2780f04a3434b942146ae546828a32c['infowindow'] = new google.maps.InfoWindow({content: $lc2780f04a3434b942146ae546828a32c});var infowindow = new google.maps.InfoWindow({content: $lc2780f04a3434b942146ae546828a32c});google.maps.event.addListener(m_c2780f04a3434b942146ae546828a32c, 'click', function() {infowindow.open(map,m_c2780f04a3434b942146ae546828a32c);});$marker.push(m_c2780f04a3434b942146ae546828a32c);}});}google.maps.event.addDomListener(window, 'load', initialize);