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.0899,-118.13)};var g_2a651650829e46c62a2ef5f213382939 = new google.maps.Geocoder();g_2a651650829e46c62a2ef5f213382939.geocode( { 'address': "100 S Garfield Ave, Alhambra, CA 91801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alhambra-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('alhambra-CA-bank-of-the-west'), mapOptions);}document.getElementById('e78473f1').innerHTML += ' | View Map';var $l2a651650829e46c62a2ef5f213382939 = '

Bank of the West

Address: 100 S Garfield Ave, Alhambra, CA 91801
Phone: (626) 289-5141
';var m_2a651650829e46c62a2ef5f213382939 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_2a651650829e46c62a2ef5f213382939['infowindow'] = new google.maps.InfoWindow({content: $l2a651650829e46c62a2ef5f213382939});var infowindow = new google.maps.InfoWindow({content: $l2a651650829e46c62a2ef5f213382939});google.maps.event.addListener(m_2a651650829e46c62a2ef5f213382939, 'click', function() {infowindow.open(map,m_2a651650829e46c62a2ef5f213382939);});$marker.push(m_2a651650829e46c62a2ef5f213382939);}});var g_7319ab82e4a5fee3bae412ef5a94277c = new google.maps.Geocoder();g_7319ab82e4a5fee3bae412ef5a94277c.geocode( { 'address': "855 W Valley Blvd, Alhambra, CA 91803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alhambra-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('alhambra-CA-bank-of-the-west'), mapOptions);}document.getElementById('52876c13').innerHTML += ' | View Map';var $l7319ab82e4a5fee3bae412ef5a94277c = '

Bank of the West

Address: 855 W Valley Blvd, Alhambra, CA 91803
Phone: (626) 289-3534
';var m_7319ab82e4a5fee3bae412ef5a94277c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_7319ab82e4a5fee3bae412ef5a94277c['infowindow'] = new google.maps.InfoWindow({content: $l7319ab82e4a5fee3bae412ef5a94277c});var infowindow = new google.maps.InfoWindow({content: $l7319ab82e4a5fee3bae412ef5a94277c});google.maps.event.addListener(m_7319ab82e4a5fee3bae412ef5a94277c, 'click', function() {infowindow.open(map,m_7319ab82e4a5fee3bae412ef5a94277c);});$marker.push(m_7319ab82e4a5fee3bae412ef5a94277c);}});}google.maps.event.addDomListener(window, 'load', initialize);