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.7278,-121.414)};var g_dbdf5d87dfc36da919fd1d1bcb105b04 = new google.maps.Geocoder();g_dbdf5d87dfc36da919fd1d1bcb105b04.geocode( { 'address': "1950 W 11th St, Tracy, CA 95376"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tracy-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('tracy-CA-union-bank'), mapOptions);}document.getElementById('af427f24').innerHTML += ' | View Map';var $ldbdf5d87dfc36da919fd1d1bcb105b04 = '

Union Bank

Address: 1950 W 11th St, Tracy, CA 95376
Phone: (209) 833-4691
';var m_dbdf5d87dfc36da919fd1d1bcb105b04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_dbdf5d87dfc36da919fd1d1bcb105b04['infowindow'] = new google.maps.InfoWindow({content: $ldbdf5d87dfc36da919fd1d1bcb105b04});var infowindow = new google.maps.InfoWindow({content: $ldbdf5d87dfc36da919fd1d1bcb105b04});google.maps.event.addListener(m_dbdf5d87dfc36da919fd1d1bcb105b04, 'click', function() {infowindow.open(map,m_dbdf5d87dfc36da919fd1d1bcb105b04);});$marker.push(m_dbdf5d87dfc36da919fd1d1bcb105b04);}});}google.maps.event.addDomListener(window, 'load', initialize);