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.1536,-118.258)};var g_380c50225d67f81afaf12a795543782a = new google.maps.Geocoder();g_380c50225d67f81afaf12a795543782a.geocode( { 'address': "520 N Central Ave, Glendale, CA 91203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-CA-east-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('glendale-CA-east-west-bank'), mapOptions);}document.getElementById('6b487e4b').innerHTML += ' | View Map';var $l380c50225d67f81afaf12a795543782a = '

East West Bank

Address: 520 N Central Ave, Glendale, CA 91203, USA
Phone: (818) 545-8800
';var m_380c50225d67f81afaf12a795543782a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East West Bank',});m_380c50225d67f81afaf12a795543782a['infowindow'] = new google.maps.InfoWindow({content: $l380c50225d67f81afaf12a795543782a});var infowindow = new google.maps.InfoWindow({content: $l380c50225d67f81afaf12a795543782a});google.maps.event.addListener(m_380c50225d67f81afaf12a795543782a, 'click', function() {infowindow.open(map,m_380c50225d67f81afaf12a795543782a);});$marker.push(m_380c50225d67f81afaf12a795543782a);}});}google.maps.event.addDomListener(window, 'load', initialize);