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.318,-111.011)};var g_1402aa32d406cec86bf097bd76602516 = new google.maps.Geocoder();g_1402aa32d406cec86bf097bd76602516.geocode( { 'address': "6130 N la Cholla Blvd #100, Tucson, AZ 8574, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-dr-loan-t-haase-md').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-dr-loan-t-haase-md'), mapOptions);}document.getElementById('b7d59caa').innerHTML += ' | View Map';var $l1402aa32d406cec86bf097bd76602516 = '

Dr. Loan T. Haase, MD

Address: 6130 N la Cholla Blvd #100, Tucson, AZ 8574, USA
Phone: (520) 742-4159
';var m_1402aa32d406cec86bf097bd76602516 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dr. Loan T. Haase, MD',});m_1402aa32d406cec86bf097bd76602516['infowindow'] = new google.maps.InfoWindow({content: $l1402aa32d406cec86bf097bd76602516});var infowindow = new google.maps.InfoWindow({content: $l1402aa32d406cec86bf097bd76602516});google.maps.event.addListener(m_1402aa32d406cec86bf097bd76602516, 'click', function() {infowindow.open(map,m_1402aa32d406cec86bf097bd76602516);});$marker.push(m_1402aa32d406cec86bf097bd76602516);}});}google.maps.event.addDomListener(window, 'load', initialize);