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(34.1446,-118.39)};var g_62a5a1b5c98bf0e46e76dbfe74c403f0 = new google.maps.Geocoder();g_62a5a1b5c98bf0e46e76dbfe74c403f0.geocode( { 'address': "12001 Ventura Pl, Studio City, CA 91604"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('studio-city-CA-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('studio-city-CA-city-national-bank'), mapOptions);}document.getElementById('b8eed17f').innerHTML += ' | View Map';var $l62a5a1b5c98bf0e46e76dbfe74c403f0 = '

City National Bank

Address: 12001 Ventura Pl, Studio City, CA 91604
Phone: (818) 487-7500
';var m_62a5a1b5c98bf0e46e76dbfe74c403f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_62a5a1b5c98bf0e46e76dbfe74c403f0['infowindow'] = new google.maps.InfoWindow({content: $l62a5a1b5c98bf0e46e76dbfe74c403f0});var infowindow = new google.maps.InfoWindow({content: $l62a5a1b5c98bf0e46e76dbfe74c403f0});google.maps.event.addListener(m_62a5a1b5c98bf0e46e76dbfe74c403f0, 'click', function() {infowindow.open(map,m_62a5a1b5c98bf0e46e76dbfe74c403f0);});$marker.push(m_62a5a1b5c98bf0e46e76dbfe74c403f0);}});}google.maps.event.addDomListener(window, 'load', initialize);