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(37.123,-121.649)};var g_2f9dabd3b7df074505f362da6a52c389 = new google.maps.Geocoder();g_2f9dabd3b7df074505f362da6a52c389.geocode( { 'address': "206 Tennant Sta, Morgan Hill, CA 95037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morgan-hill-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('morgan-hill-CA-bank-of-the-west'), mapOptions);}document.getElementById('bf1d674e').innerHTML += ' | View Map';var $l2f9dabd3b7df074505f362da6a52c389 = '

Bank of the West

Address: 206 Tennant Sta, Morgan Hill, CA 95037
Phone: (408) 778-2775
';var m_2f9dabd3b7df074505f362da6a52c389 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_2f9dabd3b7df074505f362da6a52c389['infowindow'] = new google.maps.InfoWindow({content: $l2f9dabd3b7df074505f362da6a52c389});var infowindow = new google.maps.InfoWindow({content: $l2f9dabd3b7df074505f362da6a52c389});google.maps.event.addListener(m_2f9dabd3b7df074505f362da6a52c389, 'click', function() {infowindow.open(map,m_2f9dabd3b7df074505f362da6a52c389);});$marker.push(m_2f9dabd3b7df074505f362da6a52c389);}});}google.maps.event.addDomListener(window, 'load', initialize);