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.8666,-118.048)};var g_f9eb559a923f2ec46c474acd132f5063 = new google.maps.Geocoder();g_f9eb559a923f2ec46c474acd132f5063.geocode( { 'address': "11812 South St, Cerritos, CA 90703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cerritos-CA-east-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('cerritos-CA-east-west-bank'), mapOptions);}document.getElementById('8faf98a4').innerHTML += ' | View Map';var $lf9eb559a923f2ec46c474acd132f5063 = '

East West Bank

Address: 11812 South St, Cerritos, CA 90703
Phone: (562) 924-8222
';var m_f9eb559a923f2ec46c474acd132f5063 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East West Bank',});m_f9eb559a923f2ec46c474acd132f5063['infowindow'] = new google.maps.InfoWindow({content: $lf9eb559a923f2ec46c474acd132f5063});var infowindow = new google.maps.InfoWindow({content: $lf9eb559a923f2ec46c474acd132f5063});google.maps.event.addListener(m_f9eb559a923f2ec46c474acd132f5063, 'click', function() {infowindow.open(map,m_f9eb559a923f2ec46c474acd132f5063);});$marker.push(m_f9eb559a923f2ec46c474acd132f5063);}});}google.maps.event.addDomListener(window, 'load', initialize);