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(32.7811,-117.011)};var g_197877c704bfa1dcbb5807e08e0fdcd3 = new google.maps.Geocoder();g_197877c704bfa1dcbb5807e08e0fdcd3.geocode( { 'address': "8690 Center Dr, La Mesa, CA 91942, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-mesa-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('la-mesa-CA-bank-of-the-west'), mapOptions);}document.getElementById('41c5471d').innerHTML += ' | View Map';var $l197877c704bfa1dcbb5807e08e0fdcd3 = '

Bank of the West

Address: 8690 Center Dr, La Mesa, CA 91942, USA
Phone: (619) 667-8600
';var m_197877c704bfa1dcbb5807e08e0fdcd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_197877c704bfa1dcbb5807e08e0fdcd3['infowindow'] = new google.maps.InfoWindow({content: $l197877c704bfa1dcbb5807e08e0fdcd3});var infowindow = new google.maps.InfoWindow({content: $l197877c704bfa1dcbb5807e08e0fdcd3});google.maps.event.addListener(m_197877c704bfa1dcbb5807e08e0fdcd3, 'click', function() {infowindow.open(map,m_197877c704bfa1dcbb5807e08e0fdcd3);});$marker.push(m_197877c704bfa1dcbb5807e08e0fdcd3);}});}google.maps.event.addDomListener(window, 'load', initialize);