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(35.5475,-82.5024)};var g_05220b0763d8755e60d8304ba141b91f = new google.maps.Geocoder();g_05220b0763d8755e60d8304ba141b91f.geocode( { 'address': "37 Floyd Dr, Asheville, NC 28803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheville-NC-avr-appraisals-llc').style.display = '';map = new google.maps.Map(document.getElementById('asheville-NC-avr-appraisals-llc'), mapOptions);}document.getElementById('4cd0e41e').innerHTML += ' | View Map';var $l05220b0763d8755e60d8304ba141b91f = '

AVR Appraisals, LLC

Address: 37 Floyd Dr, Asheville, NC 28803, USA
Phone: (828) 216-3332
';var m_05220b0763d8755e60d8304ba141b91f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AVR Appraisals, LLC',});m_05220b0763d8755e60d8304ba141b91f['infowindow'] = new google.maps.InfoWindow({content: $l05220b0763d8755e60d8304ba141b91f});var infowindow = new google.maps.InfoWindow({content: $l05220b0763d8755e60d8304ba141b91f});google.maps.event.addListener(m_05220b0763d8755e60d8304ba141b91f, 'click', function() {infowindow.open(map,m_05220b0763d8755e60d8304ba141b91f);});$marker.push(m_05220b0763d8755e60d8304ba141b91f);}});}google.maps.event.addDomListener(window, 'load', initialize);