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_cccb7f7cfe7acc3641e17927f820c159 = new google.maps.Geocoder();g_cccb7f7cfe7acc3641e17927f820c159.geocode( { 'address': "14811 N Kierland Blvd, Scottsdale, AZ 85254"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-the-miksta-team').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-the-miksta-team'), mapOptions);}document.getElementById('d2c2772e').innerHTML += ' | View Map';var $lcccb7f7cfe7acc3641e17927f820c159 = '

The Miksta Team

Address: 14811 N Kierland Blvd, Scottsdale, AZ 85254
Phone: (480) 214-8831
';var m_cccb7f7cfe7acc3641e17927f820c159 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Miksta Team',});m_cccb7f7cfe7acc3641e17927f820c159['infowindow'] = new google.maps.InfoWindow({content: $lcccb7f7cfe7acc3641e17927f820c159});var infowindow = new google.maps.InfoWindow({content: $lcccb7f7cfe7acc3641e17927f820c159});google.maps.event.addListener(m_cccb7f7cfe7acc3641e17927f820c159, 'click', function() {infowindow.open(map,m_cccb7f7cfe7acc3641e17927f820c159);});$marker.push(m_cccb7f7cfe7acc3641e17927f820c159);}});}google.maps.event.addDomListener(window, 'load', initialize);