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.5785,-111.875)};var g_bef24112d32d5a3643baf0b61f4089ce = new google.maps.Geocoder();g_bef24112d32d5a3643baf0b61f4089ce.geocode( { 'address': "9590 E Ironwood Square Dr Ste 222, Scottsdale, AZ 85258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-top-flite-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-top-flite-financial-inc'), mapOptions);}document.getElementById('79209ba6').innerHTML += ' | View Map';var $lbef24112d32d5a3643baf0b61f4089ce = '

Top Flite Financial, Inc.

Address: 9590 E Ironwood Square Dr Ste 222, Scottsdale, AZ 85258, USA
Phone: (480) 359-3379
';var m_bef24112d32d5a3643baf0b61f4089ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Top Flite Financial, Inc.',});m_bef24112d32d5a3643baf0b61f4089ce['infowindow'] = new google.maps.InfoWindow({content: $lbef24112d32d5a3643baf0b61f4089ce});var infowindow = new google.maps.InfoWindow({content: $lbef24112d32d5a3643baf0b61f4089ce});google.maps.event.addListener(m_bef24112d32d5a3643baf0b61f4089ce, 'click', function() {infowindow.open(map,m_bef24112d32d5a3643baf0b61f4089ce);});$marker.push(m_bef24112d32d5a3643baf0b61f4089ce);}});}google.maps.event.addDomListener(window, 'load', initialize);