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(34.0137,-117.864)};var g_c41a05ccfc63f388f051f64ba7d2337d = new google.maps.Geocoder();g_c41a05ccfc63f388f051f64ba7d2337d.geocode( { 'address': "20607 Amar Rd, Walnut, CA 91789"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walnut-CA-east-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('walnut-CA-east-west-bank'), mapOptions);}document.getElementById('5352450f').innerHTML += ' | View Map';var $lc41a05ccfc63f388f051f64ba7d2337d = '

East West Bank

Address: 20607 Amar Rd, Walnut, CA 91789
Phone: (909) 869-7232
';var m_c41a05ccfc63f388f051f64ba7d2337d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East West Bank',});m_c41a05ccfc63f388f051f64ba7d2337d['infowindow'] = new google.maps.InfoWindow({content: $lc41a05ccfc63f388f051f64ba7d2337d});var infowindow = new google.maps.InfoWindow({content: $lc41a05ccfc63f388f051f64ba7d2337d});google.maps.event.addListener(m_c41a05ccfc63f388f051f64ba7d2337d, 'click', function() {infowindow.open(map,m_c41a05ccfc63f388f051f64ba7d2337d);});$marker.push(m_c41a05ccfc63f388f051f64ba7d2337d);}});}google.maps.event.addDomListener(window, 'load', initialize);