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_b9df039a53bee7e42906016fbf7cd441 = new google.maps.Geocoder();g_b9df039a53bee7e42906016fbf7cd441.geocode( { 'address': "6373 E Tanque Verde Rd, Tucson, AZ 85715"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-northern-trust').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-northern-trust'), mapOptions);}document.getElementById('d74c8db4').innerHTML += ' | View Map';var $lb9df039a53bee7e42906016fbf7cd441 = '

Northern Trust

Address: 6373 E Tanque Verde Rd, Tucson, AZ 85715
Phone: (520) 298-3300
';var m_b9df039a53bee7e42906016fbf7cd441 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Trust',});m_b9df039a53bee7e42906016fbf7cd441['infowindow'] = new google.maps.InfoWindow({content: $lb9df039a53bee7e42906016fbf7cd441});var infowindow = new google.maps.InfoWindow({content: $lb9df039a53bee7e42906016fbf7cd441});google.maps.event.addListener(m_b9df039a53bee7e42906016fbf7cd441, 'click', function() {infowindow.open(map,m_b9df039a53bee7e42906016fbf7cd441);});$marker.push(m_b9df039a53bee7e42906016fbf7cd441);}});}google.maps.event.addDomListener(window, 'load', initialize);