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.7911,-122.403)};var g_74a3faa048e151b7a9b61267399d79e3 = new google.maps.Geocoder();g_74a3faa048e151b7a9b61267399d79e3.geocode( { 'address': "201 Montgomery St, San Francisco, CA 94104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-bridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-bridge-bank'), mapOptions);}document.getElementById('dc559526').innerHTML += ' | View Map';var $l74a3faa048e151b7a9b61267399d79e3 = '

Bridge Bank

Address: 201 Montgomery St, San Francisco, CA 94104, USA
Phone: (628) 221-6630
';var m_74a3faa048e151b7a9b61267399d79e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bridge Bank',});m_74a3faa048e151b7a9b61267399d79e3['infowindow'] = new google.maps.InfoWindow({content: $l74a3faa048e151b7a9b61267399d79e3});var infowindow = new google.maps.InfoWindow({content: $l74a3faa048e151b7a9b61267399d79e3});google.maps.event.addListener(m_74a3faa048e151b7a9b61267399d79e3, 'click', function() {infowindow.open(map,m_74a3faa048e151b7a9b61267399d79e3);});$marker.push(m_74a3faa048e151b7a9b61267399d79e3);}});}google.maps.event.addDomListener(window, 'load', initialize);