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_7967cc8e3ab559e68cc944c44b1cf3e8 = new google.maps.Geocoder();g_7967cc8e3ab559e68cc944c44b1cf3e8.geocode( { 'address': "9454 Wilshire Blvd, Beverly Hills, CA 90212"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beverly-hills-CA-pacific-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('beverly-hills-CA-pacific-western-bank'), mapOptions);}document.getElementById('9cbac15a').innerHTML += ' | View Map';var $l7967cc8e3ab559e68cc944c44b1cf3e8 = '

Pacific Western Bank

Address: 9454 Wilshire Blvd, Beverly Hills, CA 90212
Phone: (310) 278-7200
';var m_7967cc8e3ab559e68cc944c44b1cf3e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Western Bank',});m_7967cc8e3ab559e68cc944c44b1cf3e8['infowindow'] = new google.maps.InfoWindow({content: $l7967cc8e3ab559e68cc944c44b1cf3e8});var infowindow = new google.maps.InfoWindow({content: $l7967cc8e3ab559e68cc944c44b1cf3e8});google.maps.event.addListener(m_7967cc8e3ab559e68cc944c44b1cf3e8, 'click', function() {infowindow.open(map,m_7967cc8e3ab559e68cc944c44b1cf3e8);});$marker.push(m_7967cc8e3ab559e68cc944c44b1cf3e8);}});}google.maps.event.addDomListener(window, 'load', initialize);