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.0856,-117.97)};var g_fb0c30dd0a0635c49a17e7f361525511 = new google.maps.Geocoder();g_fb0c30dd0a0635c49a17e7f361525511.geocode( { 'address': "14220 Ramona Blvd, Baldwin Park, CA 91706"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwin-park-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('baldwin-park-CA-bank-of-the-west'), mapOptions);}document.getElementById('56aa3e9e').innerHTML += ' | View Map';var $lfb0c30dd0a0635c49a17e7f361525511 = '

Bank of the West

Address: 14220 Ramona Blvd, Baldwin Park, CA 91706
Phone: (626) 338-7385
';var m_fb0c30dd0a0635c49a17e7f361525511 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_fb0c30dd0a0635c49a17e7f361525511['infowindow'] = new google.maps.InfoWindow({content: $lfb0c30dd0a0635c49a17e7f361525511});var infowindow = new google.maps.InfoWindow({content: $lfb0c30dd0a0635c49a17e7f361525511});google.maps.event.addListener(m_fb0c30dd0a0635c49a17e7f361525511, 'click', function() {infowindow.open(map,m_fb0c30dd0a0635c49a17e7f361525511);});$marker.push(m_fb0c30dd0a0635c49a17e7f361525511);}});}google.maps.event.addDomListener(window, 'load', initialize);