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.5871,-111.927)};var g_9a32ef65c42085537062753ec435750f = new google.maps.Geocoder();g_9a32ef65c42085537062753ec435750f.geocode( { 'address': "11000 N Scottsdale Rd, Scottsdale, AZ 85254, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-us-bank-school').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-us-bank-school'), mapOptions);}document.getElementById('39cf4f7c').innerHTML += ' | View Map';var $l9a32ef65c42085537062753ec435750f = '

US Bank School

Address: 11000 N Scottsdale Rd, Scottsdale, AZ 85254, USA
Phone:
';var m_9a32ef65c42085537062753ec435750f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank School',});m_9a32ef65c42085537062753ec435750f['infowindow'] = new google.maps.InfoWindow({content: $l9a32ef65c42085537062753ec435750f});var infowindow = new google.maps.InfoWindow({content: $l9a32ef65c42085537062753ec435750f});google.maps.event.addListener(m_9a32ef65c42085537062753ec435750f, 'click', function() {infowindow.open(map,m_9a32ef65c42085537062753ec435750f);});$marker.push(m_9a32ef65c42085537062753ec435750f);}});}google.maps.event.addDomListener(window, 'load', initialize);