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_37dfb6106cffcb298a691c6802b34b6c = new google.maps.Geocoder();g_37dfb6106cffcb298a691c6802b34b6c.geocode( { 'address': "331 N Atlantic Blvd, Monterey Park, CA 91754"}, 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('74d07294').innerHTML += ' | View Map';var $l37dfb6106cffcb298a691c6802b34b6c = '

Bank of the West

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