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.7404,-121.437)};var g_28e9e565a3bb7e0389d7f9ec6444dc66 = new google.maps.Geocoder();g_28e9e565a3bb7e0389d7f9ec6444dc66.geocode( { 'address': "1175 S Tracy Blvd, Tracy, CA 95376, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tracy-CA-bank-of-stockton-tracy').style.display = '';map = new google.maps.Map(document.getElementById('tracy-CA-bank-of-stockton-tracy'), mapOptions);}document.getElementById('1e1ba8b5').innerHTML += ' | View Map';var $l28e9e565a3bb7e0389d7f9ec6444dc66 = '

Bank of Stockton (Tracy)

Address: 1175 S Tracy Blvd, Tracy, CA 95376, USA
Phone: (209) 820-2000
';var m_28e9e565a3bb7e0389d7f9ec6444dc66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Stockton (Tracy)',});m_28e9e565a3bb7e0389d7f9ec6444dc66['infowindow'] = new google.maps.InfoWindow({content: $l28e9e565a3bb7e0389d7f9ec6444dc66});var infowindow = new google.maps.InfoWindow({content: $l28e9e565a3bb7e0389d7f9ec6444dc66});google.maps.event.addListener(m_28e9e565a3bb7e0389d7f9ec6444dc66, 'click', function() {infowindow.open(map,m_28e9e565a3bb7e0389d7f9ec6444dc66);});$marker.push(m_28e9e565a3bb7e0389d7f9ec6444dc66);}});}google.maps.event.addDomListener(window, 'load', initialize);