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.8091,-118.352)};var g_5735438d64589c7672b1b246cc3b2b24 = new google.maps.Geocoder();g_5735438d64589c7672b1b246cc3b2b24.geocode( { 'address': "23737 Hawthorne Blvd, Torrance, CA 90505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('torrance-CA-east-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('torrance-CA-east-west-bank'), mapOptions);}document.getElementById('cabdc08b').innerHTML += ' | View Map';var $l5735438d64589c7672b1b246cc3b2b24 = '

East West Bank

Address: 23737 Hawthorne Blvd, Torrance, CA 90505, USA
Phone: (310) 791-2800
';var m_5735438d64589c7672b1b246cc3b2b24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East West Bank',});m_5735438d64589c7672b1b246cc3b2b24['infowindow'] = new google.maps.InfoWindow({content: $l5735438d64589c7672b1b246cc3b2b24});var infowindow = new google.maps.InfoWindow({content: $l5735438d64589c7672b1b246cc3b2b24});google.maps.event.addListener(m_5735438d64589c7672b1b246cc3b2b24, 'click', function() {infowindow.open(map,m_5735438d64589c7672b1b246cc3b2b24);});$marker.push(m_5735438d64589c7672b1b246cc3b2b24);}});}google.maps.event.addDomListener(window, 'load', initialize);