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.7394,-121.436)};var g_8101e1fa719d8ad941c4a82ba987d124 = new google.maps.Geocoder();g_8101e1fa719d8ad941c4a82ba987d124.geocode( { 'address': "1070 S Tracy Blvd, Tracy, CA 95376, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tracy-CA-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('tracy-CA-bbva-compass'), mapOptions);}document.getElementById('6226c4ee').innerHTML += ' | View Map';var $l8101e1fa719d8ad941c4a82ba987d124 = '

BBVA Compass

Address: 1070 S Tracy Blvd, Tracy, CA 95376, USA
Phone: (209) 836-0910
';var m_8101e1fa719d8ad941c4a82ba987d124 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_8101e1fa719d8ad941c4a82ba987d124['infowindow'] = new google.maps.InfoWindow({content: $l8101e1fa719d8ad941c4a82ba987d124});var infowindow = new google.maps.InfoWindow({content: $l8101e1fa719d8ad941c4a82ba987d124});google.maps.event.addListener(m_8101e1fa719d8ad941c4a82ba987d124, 'click', function() {infowindow.open(map,m_8101e1fa719d8ad941c4a82ba987d124);});$marker.push(m_8101e1fa719d8ad941c4a82ba987d124);}});}google.maps.event.addDomListener(window, 'load', initialize);