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.072,-118.391)};var g_632c704dd3e9c347fedd46505752643f = new google.maps.Geocoder();g_632c704dd3e9c347fedd46505752643f.geocode( { 'address': "400 N Roxbury Dr, Beverly Hills, CA 90210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beverly-hills-CA-city-national-bank-entertainment').style.display = '';map = new google.maps.Map(document.getElementById('beverly-hills-CA-city-national-bank-entertainment'), mapOptions);}document.getElementById('862d44c1').innerHTML += ' | View Map';var $l632c704dd3e9c347fedd46505752643f = '

City National Bank-Entertainment

Address: 400 N Roxbury Dr, Beverly Hills, CA 90210
Phone: (310) 888-6200
';var m_632c704dd3e9c347fedd46505752643f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank-Entertainment',});m_632c704dd3e9c347fedd46505752643f['infowindow'] = new google.maps.InfoWindow({content: $l632c704dd3e9c347fedd46505752643f});var infowindow = new google.maps.InfoWindow({content: $l632c704dd3e9c347fedd46505752643f});google.maps.event.addListener(m_632c704dd3e9c347fedd46505752643f, 'click', function() {infowindow.open(map,m_632c704dd3e9c347fedd46505752643f);});$marker.push(m_632c704dd3e9c347fedd46505752643f);}});}google.maps.event.addDomListener(window, 'load', initialize);