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.0659,-118.135)};var g_f4854d16f1c74c2e64a5b01933a04ada = new google.maps.Geocoder();g_f4854d16f1c74c2e64a5b01933a04ada.geocode( { 'address': "331 N Atlantic Blvd #101, Monterey Park, CA 91754, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-park-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('monterey-park-CA-bank-of-the-west'), mapOptions);}document.getElementById('9a870737').innerHTML += ' | View Map';var $lf4854d16f1c74c2e64a5b01933a04ada = '

Bank of the West

Address: 331 N Atlantic Blvd #101, Monterey Park, CA 91754, USA
Phone: (626) 943-2660
';var m_f4854d16f1c74c2e64a5b01933a04ada = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_f4854d16f1c74c2e64a5b01933a04ada['infowindow'] = new google.maps.InfoWindow({content: $lf4854d16f1c74c2e64a5b01933a04ada});var infowindow = new google.maps.InfoWindow({content: $lf4854d16f1c74c2e64a5b01933a04ada});google.maps.event.addListener(m_f4854d16f1c74c2e64a5b01933a04ada, 'click', function() {infowindow.open(map,m_f4854d16f1c74c2e64a5b01933a04ada);});$marker.push(m_f4854d16f1c74c2e64a5b01933a04ada);}});}google.maps.event.addDomListener(window, 'load', initialize);