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(33.5231,-111.907)};var g_c7175168a5229945c2d6426e9812d300 = new google.maps.Geocoder();g_c7175168a5229945c2d6426e9812d300.geocode( { 'address': "8525 E Pinnacle Peak Rd, Scottsdale, AZ 85255"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-northern-trust-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-northern-trust-bank-na'), mapOptions);}document.getElementById('c7f7382d').innerHTML += ' | View Map';var $lc7175168a5229945c2d6426e9812d300 = '

Northern Trust Bank Na

Address: 8525 E Pinnacle Peak Rd, Scottsdale, AZ 85255
Phone: (480) 513-6185
';var m_c7175168a5229945c2d6426e9812d300 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Trust Bank Na',});m_c7175168a5229945c2d6426e9812d300['infowindow'] = new google.maps.InfoWindow({content: $lc7175168a5229945c2d6426e9812d300});var infowindow = new google.maps.InfoWindow({content: $lc7175168a5229945c2d6426e9812d300});google.maps.event.addListener(m_c7175168a5229945c2d6426e9812d300, 'click', function() {infowindow.open(map,m_c7175168a5229945c2d6426e9812d300);});$marker.push(m_c7175168a5229945c2d6426e9812d300);}});}google.maps.event.addDomListener(window, 'load', initialize);