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.8327,-118.38)};var g_5616060fb8ae85d93f334e7267307664 = new google.maps.Geocoder();g_5616060fb8ae85d93f334e7267307664.geocode( { 'address': "1870 S Elena Ave, Redondo Beach, CA 90277"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redondo-beach-CA-onewest-bank').style.display = '';map = new google.maps.Map(document.getElementById('redondo-beach-CA-onewest-bank'), mapOptions);}document.getElementById('f1f41801').innerHTML += ' | View Map';var $l5616060fb8ae85d93f334e7267307664 = '

ONEWEST Bank

Address: 1870 S Elena Ave, Redondo Beach, CA 90277
Phone: (424) 903-4380
';var m_5616060fb8ae85d93f334e7267307664 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ONEWEST Bank',});m_5616060fb8ae85d93f334e7267307664['infowindow'] = new google.maps.InfoWindow({content: $l5616060fb8ae85d93f334e7267307664});var infowindow = new google.maps.InfoWindow({content: $l5616060fb8ae85d93f334e7267307664});google.maps.event.addListener(m_5616060fb8ae85d93f334e7267307664, 'click', function() {infowindow.open(map,m_5616060fb8ae85d93f334e7267307664);});$marker.push(m_5616060fb8ae85d93f334e7267307664);}});}google.maps.event.addDomListener(window, 'load', initialize);