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_a784cc6a1286ef2bd7db4ca23c97e9c2 = new google.maps.Geocoder();g_a784cc6a1286ef2bd7db4ca23c97e9c2.geocode( { 'address': "9744 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-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('sun-city-AZ-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('ff301bc5').innerHTML += ' | View Map';var $la784cc6a1286ef2bd7db4ca23c97e9c2 = '

Merrill Lynch Wealth Management

Address: 9744 W Bell Rd, Sun City, AZ 85351
Phone: (623) 876-2732
';var m_a784cc6a1286ef2bd7db4ca23c97e9c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_a784cc6a1286ef2bd7db4ca23c97e9c2['infowindow'] = new google.maps.InfoWindow({content: $la784cc6a1286ef2bd7db4ca23c97e9c2});var infowindow = new google.maps.InfoWindow({content: $la784cc6a1286ef2bd7db4ca23c97e9c2});google.maps.event.addListener(m_a784cc6a1286ef2bd7db4ca23c97e9c2, 'click', function() {infowindow.open(map,m_a784cc6a1286ef2bd7db4ca23c97e9c2);});$marker.push(m_a784cc6a1286ef2bd7db4ca23c97e9c2);}});}google.maps.event.addDomListener(window, 'load', initialize);