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_dd48ad6fd4cf10cbb205e2a15da407b2 = new google.maps.Geocoder();g_dd48ad6fd4cf10cbb205e2a15da407b2.geocode( { 'address': "150 California St, San Francisco, CA 94111"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-city-national-bank'), mapOptions);}document.getElementById('159dfa82').innerHTML += ' | View Map';var $ldd48ad6fd4cf10cbb205e2a15da407b2 = '

City National Bank

Address: 150 California St, San Francisco, CA 94111
Phone: (415) 576-2700
';var m_dd48ad6fd4cf10cbb205e2a15da407b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_dd48ad6fd4cf10cbb205e2a15da407b2['infowindow'] = new google.maps.InfoWindow({content: $ldd48ad6fd4cf10cbb205e2a15da407b2});var infowindow = new google.maps.InfoWindow({content: $ldd48ad6fd4cf10cbb205e2a15da407b2});google.maps.event.addListener(m_dd48ad6fd4cf10cbb205e2a15da407b2, 'click', function() {infowindow.open(map,m_dd48ad6fd4cf10cbb205e2a15da407b2);});$marker.push(m_dd48ad6fd4cf10cbb205e2a15da407b2);}});}google.maps.event.addDomListener(window, 'load', initialize);