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.6036,-117.862)};var g_1be12a3f88be1530c577ca2e4ab161f6 = new google.maps.Geocoder();g_1be12a3f88be1530c577ca2e4ab161f6.geocode( { 'address': "3700 E Coast Hwy, Corona Del Mar, CA 92625"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corona-del-mar-CA-onewest-bank').style.display = '';map = new google.maps.Map(document.getElementById('corona-del-mar-CA-onewest-bank'), mapOptions);}document.getElementById('2bb253c0').innerHTML += ' | View Map';var $l1be12a3f88be1530c577ca2e4ab161f6 = '

Onewest Bank

Address: 3700 E Coast Hwy, Corona Del Mar, CA 92625
Phone: (949) 675-2890
';var m_1be12a3f88be1530c577ca2e4ab161f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Onewest Bank',});m_1be12a3f88be1530c577ca2e4ab161f6['infowindow'] = new google.maps.InfoWindow({content: $l1be12a3f88be1530c577ca2e4ab161f6});var infowindow = new google.maps.InfoWindow({content: $l1be12a3f88be1530c577ca2e4ab161f6});google.maps.event.addListener(m_1be12a3f88be1530c577ca2e4ab161f6, 'click', function() {infowindow.open(map,m_1be12a3f88be1530c577ca2e4ab161f6);});$marker.push(m_1be12a3f88be1530c577ca2e4ab161f6);}});}google.maps.event.addDomListener(window, 'load', initialize);