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(33.7664,-118.191)};var g_247f01ad359868cb8bdfafd88eed8893 = new google.maps.Geocoder();g_247f01ad359868cb8bdfafd88eed8893.geocode( { 'address': "180 E Ocean Blvd, Long Beach, CA 90802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-banc-of-california').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-banc-of-california'), mapOptions);}document.getElementById('0dcdbcf2').innerHTML += ' | View Map';var $l247f01ad359868cb8bdfafd88eed8893 = '

Banc of California

Address: 180 E Ocean Blvd, Long Beach, CA 90802, USA
Phone: (562) 481-3400
';var m_247f01ad359868cb8bdfafd88eed8893 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banc of California',});m_247f01ad359868cb8bdfafd88eed8893['infowindow'] = new google.maps.InfoWindow({content: $l247f01ad359868cb8bdfafd88eed8893});var infowindow = new google.maps.InfoWindow({content: $l247f01ad359868cb8bdfafd88eed8893});google.maps.event.addListener(m_247f01ad359868cb8bdfafd88eed8893, 'click', function() {infowindow.open(map,m_247f01ad359868cb8bdfafd88eed8893);});$marker.push(m_247f01ad359868cb8bdfafd88eed8893);}});}google.maps.event.addDomListener(window, 'load', initialize);