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(33.9878,-117.889)};var g_7dd408bac61fd2e839e5c8a62063c53e = new google.maps.Geocoder();g_7dd408bac61fd2e839e5c8a62063c53e.geocode( { 'address': "19005 E Colima Rd, Rowland Heights, CA 91748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rowland-heights-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('rowland-heights-CA-bank-of-the-west'), mapOptions);}document.getElementById('a329c1e6').innerHTML += ' | View Map';var $l7dd408bac61fd2e839e5c8a62063c53e = '

Bank of the West

Address: 19005 E Colima Rd, Rowland Heights, CA 91748, USA
Phone: (626) 923-6777
';var m_7dd408bac61fd2e839e5c8a62063c53e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_7dd408bac61fd2e839e5c8a62063c53e['infowindow'] = new google.maps.InfoWindow({content: $l7dd408bac61fd2e839e5c8a62063c53e});var infowindow = new google.maps.InfoWindow({content: $l7dd408bac61fd2e839e5c8a62063c53e});google.maps.event.addListener(m_7dd408bac61fd2e839e5c8a62063c53e, 'click', function() {infowindow.open(map,m_7dd408bac61fd2e839e5c8a62063c53e);});$marker.push(m_7dd408bac61fd2e839e5c8a62063c53e);}});}google.maps.event.addDomListener(window, 'load', initialize);