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.4206,-118.564)};var g_c16a2e5d3f5c70f954488189c3b3fa44 = new google.maps.Geocoder();g_c16a2e5d3f5c70f954488189c3b3fa44.geocode( { 'address': "27011 McBean Pkwy, Valencia, CA 91355, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-clarita-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('santa-clarita-CA-bank-of-the-west'), mapOptions);}document.getElementById('6863fea9').innerHTML += ' | View Map';var $lc16a2e5d3f5c70f954488189c3b3fa44 = '

Bank of the West

Address: 27011 McBean Pkwy, Valencia, CA 91355, USA
Phone: (661) 288-2006
';var m_c16a2e5d3f5c70f954488189c3b3fa44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_c16a2e5d3f5c70f954488189c3b3fa44['infowindow'] = new google.maps.InfoWindow({content: $lc16a2e5d3f5c70f954488189c3b3fa44});var infowindow = new google.maps.InfoWindow({content: $lc16a2e5d3f5c70f954488189c3b3fa44});google.maps.event.addListener(m_c16a2e5d3f5c70f954488189c3b3fa44, 'click', function() {infowindow.open(map,m_c16a2e5d3f5c70f954488189c3b3fa44);});$marker.push(m_c16a2e5d3f5c70f954488189c3b3fa44);}});}google.maps.event.addDomListener(window, 'load', initialize);