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.0975,-117.903)};var g_a57d3a8a5796427039037a922e05ad2c = new google.maps.Geocoder();g_a57d3a8a5796427039037a922e05ad2c.geocode( { 'address': "770 S Citrus Ave, Covina, CA 91723"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covina-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('covina-CA-bank-of-the-west'), mapOptions);}document.getElementById('aa710013').innerHTML += ' | View Map';var $la57d3a8a5796427039037a922e05ad2c = '

Bank of the West

Address: 770 S Citrus Ave, Covina, CA 91723
Phone: (626) 331-0741
';var m_a57d3a8a5796427039037a922e05ad2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_a57d3a8a5796427039037a922e05ad2c['infowindow'] = new google.maps.InfoWindow({content: $la57d3a8a5796427039037a922e05ad2c});var infowindow = new google.maps.InfoWindow({content: $la57d3a8a5796427039037a922e05ad2c});google.maps.event.addListener(m_a57d3a8a5796427039037a922e05ad2c, 'click', function() {infowindow.open(map,m_a57d3a8a5796427039037a922e05ad2c);});$marker.push(m_a57d3a8a5796427039037a922e05ad2c);}});}google.maps.event.addDomListener(window, 'load', initialize);