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.6048,-112.279)};var g_8f4de6d2564ae131229797ddb7e27e6a = new google.maps.Geocoder();g_8f4de6d2564ae131229797ddb7e27e6a.geocode( { 'address': "9899 W Bell Rd, Sun City, AZ 85351"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sun-city-AZ-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('sun-city-AZ-u-s-bank'), mapOptions);}document.getElementById('8e8ba20d').innerHTML += ' | View Map';var $l8f4de6d2564ae131229797ddb7e27e6a = '

U.S. Bank

Address: 9899 W Bell Rd, Sun City, AZ 85351
Phone: (623) 815-3160
';var m_8f4de6d2564ae131229797ddb7e27e6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_8f4de6d2564ae131229797ddb7e27e6a['infowindow'] = new google.maps.InfoWindow({content: $l8f4de6d2564ae131229797ddb7e27e6a});var infowindow = new google.maps.InfoWindow({content: $l8f4de6d2564ae131229797ddb7e27e6a});google.maps.event.addListener(m_8f4de6d2564ae131229797ddb7e27e6a, 'click', function() {infowindow.open(map,m_8f4de6d2564ae131229797ddb7e27e6a);});$marker.push(m_8f4de6d2564ae131229797ddb7e27e6a);}});}google.maps.event.addDomListener(window, 'load', initialize);