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(37.3852,-121.897)};var g_bc19986e5c658d4135bd559a0b37c0bc = new google.maps.Geocoder();g_bc19986e5c658d4135bd559a0b37c0bc.geocode( { 'address': "1648 Tully Rd, San Jose, CA 95122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-east-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-east-west-bank'), mapOptions);}document.getElementById('622fce3c').innerHTML += ' | View Map';var $lbc19986e5c658d4135bd559a0b37c0bc = '

East West Bank

Address: 1648 Tully Rd, San Jose, CA 95122
Phone: (408) 270-1500
';var m_bc19986e5c658d4135bd559a0b37c0bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East West Bank',});m_bc19986e5c658d4135bd559a0b37c0bc['infowindow'] = new google.maps.InfoWindow({content: $lbc19986e5c658d4135bd559a0b37c0bc});var infowindow = new google.maps.InfoWindow({content: $lbc19986e5c658d4135bd559a0b37c0bc});google.maps.event.addListener(m_bc19986e5c658d4135bd559a0b37c0bc, 'click', function() {infowindow.open(map,m_bc19986e5c658d4135bd559a0b37c0bc);});$marker.push(m_bc19986e5c658d4135bd559a0b37c0bc);}});var g_f1b77376e6da9ea8126410f9331886e8 = new google.maps.Geocoder();g_f1b77376e6da9ea8126410f9331886e8.geocode( { 'address': "1001 Story Rd, San Jose, CA 95122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-east-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-east-west-bank'), mapOptions);}document.getElementById('a72502af').innerHTML += ' | View Map';var $lf1b77376e6da9ea8126410f9331886e8 = '

East West Bank

Address: 1001 Story Rd, San Jose, CA 95122
Phone: (408) 288-8788
';var m_f1b77376e6da9ea8126410f9331886e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East West Bank',});m_f1b77376e6da9ea8126410f9331886e8['infowindow'] = new google.maps.InfoWindow({content: $lf1b77376e6da9ea8126410f9331886e8});var infowindow = new google.maps.InfoWindow({content: $lf1b77376e6da9ea8126410f9331886e8});google.maps.event.addListener(m_f1b77376e6da9ea8126410f9331886e8, 'click', function() {infowindow.open(map,m_f1b77376e6da9ea8126410f9331886e8);});$marker.push(m_f1b77376e6da9ea8126410f9331886e8);}});}google.maps.event.addDomListener(window, 'load', initialize);