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.2938,-121.951)};var g_ad7f9859154feb24d6a16a74d31e0aa4 = new google.maps.Geocoder();g_ad7f9859154feb24d6a16a74d31e0aa4.geocode( { 'address': "70 W Hamilton Ave, Campbell, CA 95008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campbell-CA-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('campbell-CA-bbva-compass'), mapOptions);}document.getElementById('7d6c9557').innerHTML += ' | View Map';var $lad7f9859154feb24d6a16a74d31e0aa4 = '

BBVA Compass

Address: 70 W Hamilton Ave, Campbell, CA 95008, USA
Phone: (408) 341-8700
';var m_ad7f9859154feb24d6a16a74d31e0aa4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_ad7f9859154feb24d6a16a74d31e0aa4['infowindow'] = new google.maps.InfoWindow({content: $lad7f9859154feb24d6a16a74d31e0aa4});var infowindow = new google.maps.InfoWindow({content: $lad7f9859154feb24d6a16a74d31e0aa4});google.maps.event.addListener(m_ad7f9859154feb24d6a16a74d31e0aa4, 'click', function() {infowindow.open(map,m_ad7f9859154feb24d6a16a74d31e0aa4);});$marker.push(m_ad7f9859154feb24d6a16a74d31e0aa4);}});}google.maps.event.addDomListener(window, 'load', initialize);