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.638,-112.274)};var g_c342b06ff8c998fbedc9eff076c97dd8 = new google.maps.Geocoder();g_c342b06ff8c998fbedc9eff076c97dd8.geocode( { 'address': "9899 W Bell Rd, Sun City, AZ 85351, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sun-city-AZ-atm-us-bank-sun-city---sun-city').style.display = '';map = new google.maps.Map(document.getElementById('sun-city-AZ-atm-us-bank-sun-city---sun-city'), mapOptions);}document.getElementById('93f901aa').innerHTML += ' | View Map';var $lc342b06ff8c998fbedc9eff076c97dd8 = '

ATM U.S. Bank Sun City - Sun City

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