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.2182,-110.972)};var g_44521a5f9795760d326a5def51360908 = new google.maps.Geocoder();g_44521a5f9795760d326a5def51360908.geocode( { 'address': "6401 N Campbell Ave, Tucson, AZ 85718"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-u-s-trust').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-u-s-trust'), mapOptions);}document.getElementById('e13e8705').innerHTML += ' | View Map';var $l44521a5f9795760d326a5def51360908 = '

U.S. Trust

Address: 6401 N Campbell Ave, Tucson, AZ 85718
Phone: (201) 507-1110
';var m_44521a5f9795760d326a5def51360908 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Trust',});m_44521a5f9795760d326a5def51360908['infowindow'] = new google.maps.InfoWindow({content: $l44521a5f9795760d326a5def51360908});var infowindow = new google.maps.InfoWindow({content: $l44521a5f9795760d326a5def51360908});google.maps.event.addListener(m_44521a5f9795760d326a5def51360908, 'click', function() {infowindow.open(map,m_44521a5f9795760d326a5def51360908);});$marker.push(m_44521a5f9795760d326a5def51360908);}});}google.maps.event.addDomListener(window, 'load', initialize);