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()};var g_fb7e9ca8126beed24ad30be4962d07f8 = new google.maps.Geocoder();g_fb7e9ca8126beed24ad30be4962d07f8.geocode( { 'address': "6055 E Washington Blvd, City of Commerce, CA 90040"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('city-of-commerce-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('city-of-commerce-CA-bank-of-the-west'), mapOptions);}document.getElementById('c4890fab').innerHTML += ' | View Map';var $lfb7e9ca8126beed24ad30be4962d07f8 = '

Bank of the West

Address: 6055 E Washington Blvd, City of Commerce, CA 90040
Phone: (323) 724-0890
';var m_fb7e9ca8126beed24ad30be4962d07f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_fb7e9ca8126beed24ad30be4962d07f8['infowindow'] = new google.maps.InfoWindow({content: $lfb7e9ca8126beed24ad30be4962d07f8});var infowindow = new google.maps.InfoWindow({content: $lfb7e9ca8126beed24ad30be4962d07f8});google.maps.event.addListener(m_fb7e9ca8126beed24ad30be4962d07f8, 'click', function() {infowindow.open(map,m_fb7e9ca8126beed24ad30be4962d07f8);});$marker.push(m_fb7e9ca8126beed24ad30be4962d07f8);}});}google.maps.event.addDomListener(window, 'load', initialize);