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.5231,-111.907)};var g_1268adfb5db8c00c75b37961e8a9b787 = new google.maps.Geocoder();g_1268adfb5db8c00c75b37961e8a9b787.geocode( { 'address': "8080 E Gelding Dr, Scottsdale, AZ 85260"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-ardent-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-ardent-wealth-management'), mapOptions);}document.getElementById('3886d9a1').innerHTML += ' | View Map';var $l1268adfb5db8c00c75b37961e8a9b787 = '

Ardent Wealth Management

Address: 8080 E Gelding Dr, Scottsdale, AZ 85260
Phone: (480) 382-3151
';var m_1268adfb5db8c00c75b37961e8a9b787 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ardent Wealth Management',});m_1268adfb5db8c00c75b37961e8a9b787['infowindow'] = new google.maps.InfoWindow({content: $l1268adfb5db8c00c75b37961e8a9b787});var infowindow = new google.maps.InfoWindow({content: $l1268adfb5db8c00c75b37961e8a9b787});google.maps.event.addListener(m_1268adfb5db8c00c75b37961e8a9b787, 'click', function() {infowindow.open(map,m_1268adfb5db8c00c75b37961e8a9b787);});$marker.push(m_1268adfb5db8c00c75b37961e8a9b787);}});}google.maps.event.addDomListener(window, 'load', initialize);