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.7724,-118.189)};var g_0532a4cffc011a545f4722977469ccb7 = new google.maps.Geocoder();g_0532a4cffc011a545f4722977469ccb7.geocode( { 'address': "496 Long Beach Blvd, Long Beach, CA 90802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-bank-of-the-west'), mapOptions);}document.getElementById('32b0a3c0').innerHTML += ' | View Map';var $l0532a4cffc011a545f4722977469ccb7 = '

Bank of the West

Address: 496 Long Beach Blvd, Long Beach, CA 90802, USA
Phone: (562) 432-0730
';var m_0532a4cffc011a545f4722977469ccb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_0532a4cffc011a545f4722977469ccb7['infowindow'] = new google.maps.InfoWindow({content: $l0532a4cffc011a545f4722977469ccb7});var infowindow = new google.maps.InfoWindow({content: $l0532a4cffc011a545f4722977469ccb7});google.maps.event.addListener(m_0532a4cffc011a545f4722977469ccb7, 'click', function() {infowindow.open(map,m_0532a4cffc011a545f4722977469ccb7);});$marker.push(m_0532a4cffc011a545f4722977469ccb7);}});}google.maps.event.addDomListener(window, 'load', initialize);