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.2272,-82.7352)};var g_d16c2ea4bcae2e44e7f966e95059c98c = new google.maps.Geocoder();g_d16c2ea4bcae2e44e7f966e95059c98c.geocode( { 'address': "151 Laurel Ln, Brevard, NC 28712, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brevard-NC-carolina-mountain-appraisal').style.display = '';map = new google.maps.Map(document.getElementById('brevard-NC-carolina-mountain-appraisal'), mapOptions);}document.getElementById('4a4faf3d').innerHTML += ' | View Map';var $ld16c2ea4bcae2e44e7f966e95059c98c = '

Carolina Mountain Appraisal

Address: 151 Laurel Ln, Brevard, NC 28712, USA
Phone: (828) 553-5376
';var m_d16c2ea4bcae2e44e7f966e95059c98c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Mountain Appraisal',});m_d16c2ea4bcae2e44e7f966e95059c98c['infowindow'] = new google.maps.InfoWindow({content: $ld16c2ea4bcae2e44e7f966e95059c98c});var infowindow = new google.maps.InfoWindow({content: $ld16c2ea4bcae2e44e7f966e95059c98c});google.maps.event.addListener(m_d16c2ea4bcae2e44e7f966e95059c98c, 'click', function() {infowindow.open(map,m_d16c2ea4bcae2e44e7f966e95059c98c);});$marker.push(m_d16c2ea4bcae2e44e7f966e95059c98c);}});}google.maps.event.addDomListener(window, 'load', initialize);