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.7751,-118.151)};var g_d6d8f23557e0229bae51dc81d49dc0d1 = new google.maps.Geocoder();g_d6d8f23557e0229bae51dc81d49dc0d1.geocode( { 'address': "3500 E 7th St, Long Beach, CA 90804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-onewest-bank').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-onewest-bank'), mapOptions);}document.getElementById('02bd831e').innerHTML += ' | View Map';var $ld6d8f23557e0229bae51dc81d49dc0d1 = '

OneWest Bank

Address: 3500 E 7th St, Long Beach, CA 90804, USA
Phone: (562) 433-0971
';var m_d6d8f23557e0229bae51dc81d49dc0d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneWest Bank',});m_d6d8f23557e0229bae51dc81d49dc0d1['infowindow'] = new google.maps.InfoWindow({content: $ld6d8f23557e0229bae51dc81d49dc0d1});var infowindow = new google.maps.InfoWindow({content: $ld6d8f23557e0229bae51dc81d49dc0d1});google.maps.event.addListener(m_d6d8f23557e0229bae51dc81d49dc0d1, 'click', function() {infowindow.open(map,m_d6d8f23557e0229bae51dc81d49dc0d1);});$marker.push(m_d6d8f23557e0229bae51dc81d49dc0d1);}});}google.maps.event.addDomListener(window, 'load', initialize);