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.9525,-118.13)};var g_0f22baefdfb2895e7b5c2cced32fcdac = new google.maps.Geocoder();g_0f22baefdfb2895e7b5c2cced32fcdac.geocode( { 'address': "10230 Paramount Blvd, Downey, CA 90241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('downey-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('downey-CA-bank-of-the-west'), mapOptions);}document.getElementById('106eff3a').innerHTML += ' | View Map';var $l0f22baefdfb2895e7b5c2cced32fcdac = '

Bank of the West

Address: 10230 Paramount Blvd, Downey, CA 90241, USA
Phone: (562) 928-3361
';var m_0f22baefdfb2895e7b5c2cced32fcdac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_0f22baefdfb2895e7b5c2cced32fcdac['infowindow'] = new google.maps.InfoWindow({content: $l0f22baefdfb2895e7b5c2cced32fcdac});var infowindow = new google.maps.InfoWindow({content: $l0f22baefdfb2895e7b5c2cced32fcdac});google.maps.event.addListener(m_0f22baefdfb2895e7b5c2cced32fcdac, 'click', function() {infowindow.open(map,m_0f22baefdfb2895e7b5c2cced32fcdac);});$marker.push(m_0f22baefdfb2895e7b5c2cced32fcdac);}});}google.maps.event.addDomListener(window, 'load', initialize);