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(32.7226,-117.165)};var g_b48dd74849193d450c924dedf620968d = new google.maps.Geocoder();g_b48dd74849193d450c924dedf620968d.geocode( { 'address': "12475 Rancho Bernardo Rd, San Diego, CA 92128"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-bbva-compass'), mapOptions);}document.getElementById('32083c7a').innerHTML += ' | View Map';var $lb48dd74849193d450c924dedf620968d = '

BBVA Compass

Address: 12475 Rancho Bernardo Rd, San Diego, CA 92128
Phone: (858) 451-0760
';var m_b48dd74849193d450c924dedf620968d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_b48dd74849193d450c924dedf620968d['infowindow'] = new google.maps.InfoWindow({content: $lb48dd74849193d450c924dedf620968d});var infowindow = new google.maps.InfoWindow({content: $lb48dd74849193d450c924dedf620968d});google.maps.event.addListener(m_b48dd74849193d450c924dedf620968d, 'click', function() {infowindow.open(map,m_b48dd74849193d450c924dedf620968d);});$marker.push(m_b48dd74849193d450c924dedf620968d);}});}google.maps.event.addDomListener(window, 'load', initialize);