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.0681,-117.925)};var g_694406c736b0ea54074a390a9c74c06a = new google.maps.Geocoder();g_694406c736b0ea54074a390a9c74c06a.geocode( { 'address': "401 S Glendora Ave, West Covina, CA 91790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-covina-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-bank-of-the-west'), mapOptions);}document.getElementById('b24d08ff').innerHTML += ' | View Map';var $l694406c736b0ea54074a390a9c74c06a = '

Bank of the West

Address: 401 S Glendora Ave, West Covina, CA 91790, USA
Phone: (626) 251-2341
';var m_694406c736b0ea54074a390a9c74c06a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_694406c736b0ea54074a390a9c74c06a['infowindow'] = new google.maps.InfoWindow({content: $l694406c736b0ea54074a390a9c74c06a});var infowindow = new google.maps.InfoWindow({content: $l694406c736b0ea54074a390a9c74c06a});google.maps.event.addListener(m_694406c736b0ea54074a390a9c74c06a, 'click', function() {infowindow.open(map,m_694406c736b0ea54074a390a9c74c06a);});$marker.push(m_694406c736b0ea54074a390a9c74c06a);}});}google.maps.event.addDomListener(window, 'load', initialize);