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.1356,-118.132)};var g_c61281a4a697ec28e342f260a5688156 = new google.maps.Geocoder();g_c61281a4a697ec28e342f260a5688156.geocode( { 'address': "600 S Lake Ave, Pasadena, CA 91106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-CA-banc-of-california').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-CA-banc-of-california'), mapOptions);}document.getElementById('e88675a4').innerHTML += ' | View Map';var $lc61281a4a697ec28e342f260a5688156 = '

Banc of California

Address: 600 S Lake Ave, Pasadena, CA 91106, USA
Phone: (626) 793-7880
';var m_c61281a4a697ec28e342f260a5688156 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc of California',});m_c61281a4a697ec28e342f260a5688156['infowindow'] = new google.maps.InfoWindow({content: $lc61281a4a697ec28e342f260a5688156});var infowindow = new google.maps.InfoWindow({content: $lc61281a4a697ec28e342f260a5688156});google.maps.event.addListener(m_c61281a4a697ec28e342f260a5688156, 'click', function() {infowindow.open(map,m_c61281a4a697ec28e342f260a5688156);});$marker.push(m_c61281a4a697ec28e342f260a5688156);}});}google.maps.event.addDomListener(window, 'load', initialize);