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.4196,-122.209)};var g_f6bce24b3991468817e42de45c367143 = new google.maps.Geocoder();g_f6bce24b3991468817e42de45c367143.geocode( { 'address': "2735 Sand Hill Rd #210, Menlo Park, CA 94025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menlo-park-CA-bridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('menlo-park-CA-bridge-bank'), mapOptions);}document.getElementById('2eab6201').innerHTML += ' | View Map';var $lf6bce24b3991468817e42de45c367143 = '

Bridge Bank

Address: 2735 Sand Hill Rd #210, Menlo Park, CA 94025, USA
Phone:
';var m_f6bce24b3991468817e42de45c367143 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bridge Bank',});m_f6bce24b3991468817e42de45c367143['infowindow'] = new google.maps.InfoWindow({content: $lf6bce24b3991468817e42de45c367143});var infowindow = new google.maps.InfoWindow({content: $lf6bce24b3991468817e42de45c367143});google.maps.event.addListener(m_f6bce24b3991468817e42de45c367143, 'click', function() {infowindow.open(map,m_f6bce24b3991468817e42de45c367143);});$marker.push(m_f6bce24b3991468817e42de45c367143);}});}google.maps.event.addDomListener(window, 'load', initialize);