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(32.222,-110.883)};var g_72e8bab37a5b8eb1f19d81b907b9d68b = new google.maps.Geocoder();g_72e8bab37a5b8eb1f19d81b907b9d68b.geocode( { 'address': "5151 E Broadway Blvd # 1700, Tucson, AZ 85711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-fairway-independent-mtg-corporation').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-fairway-independent-mtg-corporation'), mapOptions);}document.getElementById('246e2879').innerHTML += ' | View Map';var $l72e8bab37a5b8eb1f19d81b907b9d68b = '

Fairway Independent Mtg Corporation

Address: 5151 E Broadway Blvd # 1700, Tucson, AZ 85711, USA
Phone: (520) 749-3900
';var m_72e8bab37a5b8eb1f19d81b907b9d68b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Independent Mtg Corporation',});m_72e8bab37a5b8eb1f19d81b907b9d68b['infowindow'] = new google.maps.InfoWindow({content: $l72e8bab37a5b8eb1f19d81b907b9d68b});var infowindow = new google.maps.InfoWindow({content: $l72e8bab37a5b8eb1f19d81b907b9d68b});google.maps.event.addListener(m_72e8bab37a5b8eb1f19d81b907b9d68b, 'click', function() {infowindow.open(map,m_72e8bab37a5b8eb1f19d81b907b9d68b);});$marker.push(m_72e8bab37a5b8eb1f19d81b907b9d68b);}});}google.maps.event.addDomListener(window, 'load', initialize);