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.6729,-121.884)};var g_41e0984557fdcaa41ed11d288190a37a = new google.maps.Geocoder();g_41e0984557fdcaa41ed11d288190a37a.geocode( { 'address': "6601 Koll Center Pkwy, Pleasanton, CA 94566"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasanton-CA-bridge-bank-silicon-valley').style.display = '';map = new google.maps.Map(document.getElementById('pleasanton-CA-bridge-bank-silicon-valley'), mapOptions);}document.getElementById('d8737935').innerHTML += ' | View Map';var $l41e0984557fdcaa41ed11d288190a37a = '

Bridge Bank Silicon Valley

Address: 6601 Koll Center Pkwy, Pleasanton, CA 94566
Phone: (925) 462-4023
';var m_41e0984557fdcaa41ed11d288190a37a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bridge Bank Silicon Valley',});m_41e0984557fdcaa41ed11d288190a37a['infowindow'] = new google.maps.InfoWindow({content: $l41e0984557fdcaa41ed11d288190a37a});var infowindow = new google.maps.InfoWindow({content: $l41e0984557fdcaa41ed11d288190a37a});google.maps.event.addListener(m_41e0984557fdcaa41ed11d288190a37a, 'click', function() {infowindow.open(map,m_41e0984557fdcaa41ed11d288190a37a);});$marker.push(m_41e0984557fdcaa41ed11d288190a37a);}});}google.maps.event.addDomListener(window, 'load', initialize);