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.1856,-83.8384)};var g_56b40f28310e0de4de92649658a0f2d3 = new google.maps.Geocoder();g_56b40f28310e0de4de92649658a0f2d3.geocode( { 'address': "202 Cedar Barn Rd, Andrews, NC 28901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andrews-NC-plf-appraisals-inc').style.display = '';map = new google.maps.Map(document.getElementById('andrews-NC-plf-appraisals-inc'), mapOptions);}document.getElementById('d4fb0e77').innerHTML += ' | View Map';var $l56b40f28310e0de4de92649658a0f2d3 = '

PLF Appraisals, Inc.

Address: 202 Cedar Barn Rd, Andrews, NC 28901, USA
Phone: (828) 321-2682
';var m_56b40f28310e0de4de92649658a0f2d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PLF Appraisals, Inc.',});m_56b40f28310e0de4de92649658a0f2d3['infowindow'] = new google.maps.InfoWindow({content: $l56b40f28310e0de4de92649658a0f2d3});var infowindow = new google.maps.InfoWindow({content: $l56b40f28310e0de4de92649658a0f2d3});google.maps.event.addListener(m_56b40f28310e0de4de92649658a0f2d3, 'click', function() {infowindow.open(map,m_56b40f28310e0de4de92649658a0f2d3);});$marker.push(m_56b40f28310e0de4de92649658a0f2d3);}});}google.maps.event.addDomListener(window, 'load', initialize);