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.6053,-112.282)};var g_fed3a6b00665e86471adc41d6a9df505 = new google.maps.Geocoder();g_fed3a6b00665e86471adc41d6a9df505.geocode( { 'address': "10300 W Thunderbird Blvd, Sun City, AZ 85351, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sun-city-AZ-chase-atm').style.display = '';map = new google.maps.Map(document.getElementById('sun-city-AZ-chase-atm'), mapOptions);}document.getElementById('25b00f42').innerHTML += ' | View Map';var $lfed3a6b00665e86471adc41d6a9df505 = '

Chase ATM

Address: 10300 W Thunderbird Blvd, Sun City, AZ 85351, USA
Phone: (602) 589-3639
';var m_fed3a6b00665e86471adc41d6a9df505 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase ATM',});m_fed3a6b00665e86471adc41d6a9df505['infowindow'] = new google.maps.InfoWindow({content: $lfed3a6b00665e86471adc41d6a9df505});var infowindow = new google.maps.InfoWindow({content: $lfed3a6b00665e86471adc41d6a9df505});google.maps.event.addListener(m_fed3a6b00665e86471adc41d6a9df505, 'click', function() {infowindow.open(map,m_fed3a6b00665e86471adc41d6a9df505);});$marker.push(m_fed3a6b00665e86471adc41d6a9df505);}});}google.maps.event.addDomListener(window, 'load', initialize);