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.0485,-118.15)};var g_c15e114aa760ddb760c00f8bb029d8cc = new google.maps.Geocoder();g_c15e114aa760ddb760c00f8bb029d8cc.geocode( { 'address': "720 W Garvey Ave, Monterey Park, CA 91754"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-park-CA-east-west-bank-montery-park').style.display = '';map = new google.maps.Map(document.getElementById('monterey-park-CA-east-west-bank-montery-park'), mapOptions);}document.getElementById('d2816d29').innerHTML += ' | View Map';var $lc15e114aa760ddb760c00f8bb029d8cc = '

East West Bank Montery Park

Address: 720 W Garvey Ave, Monterey Park, CA 91754
Phone: (626) 300-8269
';var m_c15e114aa760ddb760c00f8bb029d8cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East West Bank Montery Park',});m_c15e114aa760ddb760c00f8bb029d8cc['infowindow'] = new google.maps.InfoWindow({content: $lc15e114aa760ddb760c00f8bb029d8cc});var infowindow = new google.maps.InfoWindow({content: $lc15e114aa760ddb760c00f8bb029d8cc});google.maps.event.addListener(m_c15e114aa760ddb760c00f8bb029d8cc, 'click', function() {infowindow.open(map,m_c15e114aa760ddb760c00f8bb029d8cc);});$marker.push(m_c15e114aa760ddb760c00f8bb029d8cc);}});}google.maps.event.addDomListener(window, 'load', initialize);