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.7771,-122.417)};var g_ad2f559c476d458f870462abe121ca08 = new google.maps.Geocoder();g_ad2f559c476d458f870462abe121ca08.geocode( { 'address': "900 Kearny St, San Francisco, CA 94133"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-united-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-united-commercial-bank'), mapOptions);}document.getElementById('57b835fe').innerHTML += ' | View Map';var $lad2f559c476d458f870462abe121ca08 = '

United Commercial Bank

Address: 900 Kearny St, San Francisco, CA 94133
Phone: (415) 397-8988
';var m_ad2f559c476d458f870462abe121ca08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Commercial Bank',});m_ad2f559c476d458f870462abe121ca08['infowindow'] = new google.maps.InfoWindow({content: $lad2f559c476d458f870462abe121ca08});var infowindow = new google.maps.InfoWindow({content: $lad2f559c476d458f870462abe121ca08});google.maps.event.addListener(m_ad2f559c476d458f870462abe121ca08, 'click', function() {infowindow.open(map,m_ad2f559c476d458f870462abe121ca08);});$marker.push(m_ad2f559c476d458f870462abe121ca08);}});}google.maps.event.addDomListener(window, 'load', initialize);