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.8814,-118.125)};var g_add6f3b04a95b9de50bbe37f787635bb = new google.maps.Geocoder();g_add6f3b04a95b9de50bbe37f787635bb.geocode( { 'address': "16824 S Bellflower Blvd, Bellflower, CA 90706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellflower-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('bellflower-CA-bank-of-the-west'), mapOptions);}document.getElementById('f28fa668').innerHTML += ' | View Map';var $ladd6f3b04a95b9de50bbe37f787635bb = '

Bank of the West

Address: 16824 S Bellflower Blvd, Bellflower, CA 90706, USA
Phone: (562) 867-1703
';var m_add6f3b04a95b9de50bbe37f787635bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_add6f3b04a95b9de50bbe37f787635bb['infowindow'] = new google.maps.InfoWindow({content: $ladd6f3b04a95b9de50bbe37f787635bb});var infowindow = new google.maps.InfoWindow({content: $ladd6f3b04a95b9de50bbe37f787635bb});google.maps.event.addListener(m_add6f3b04a95b9de50bbe37f787635bb, 'click', function() {infowindow.open(map,m_add6f3b04a95b9de50bbe37f787635bb);});$marker.push(m_add6f3b04a95b9de50bbe37f787635bb);}});}google.maps.event.addDomListener(window, 'load', initialize);