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.6569,-112.352)};var g_16ed6a83369e12493ab44c92cd866272 = new google.maps.Geocoder();g_16ed6a83369e12493ab44c92cd866272.geocode( { 'address': "19002 N R H Johnson Blvd, Sun City, AZ 85375, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sun-city-AZ-atm').style.display = '';map = new google.maps.Map(document.getElementById('sun-city-AZ-atm'), mapOptions);}document.getElementById('246b868c').innerHTML += ' | View Map';var $l16ed6a83369e12493ab44c92cd866272 = '

ATM

Address: 19002 N R H Johnson Blvd, Sun City, AZ 85375, USA
Phone:
';var m_16ed6a83369e12493ab44c92cd866272 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_16ed6a83369e12493ab44c92cd866272['infowindow'] = new google.maps.InfoWindow({content: $l16ed6a83369e12493ab44c92cd866272});var infowindow = new google.maps.InfoWindow({content: $l16ed6a83369e12493ab44c92cd866272});google.maps.event.addListener(m_16ed6a83369e12493ab44c92cd866272, 'click', function() {infowindow.open(map,m_16ed6a83369e12493ab44c92cd866272);});$marker.push(m_16ed6a83369e12493ab44c92cd866272);}});}google.maps.event.addDomListener(window, 'load', initialize);