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(36.3759,-81.506)};var g_121892a5b8bf3e390a83dc0af8d5b3fd = new google.maps.Geocoder();g_121892a5b8bf3e390a83dc0af8d5b3fd.geocode( { 'address': "130 Parkway View, West Jefferson, NC 28694, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-jefferson-NC-parkway-appraisals').style.display = '';map = new google.maps.Map(document.getElementById('west-jefferson-NC-parkway-appraisals'), mapOptions);}document.getElementById('2ea5cc60').innerHTML += ' | View Map';var $l121892a5b8bf3e390a83dc0af8d5b3fd = '

Parkway Appraisals

Address: 130 Parkway View, West Jefferson, NC 28694, USA
Phone: (336) 620-2913
';var m_121892a5b8bf3e390a83dc0af8d5b3fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Parkway Appraisals',});m_121892a5b8bf3e390a83dc0af8d5b3fd['infowindow'] = new google.maps.InfoWindow({content: $l121892a5b8bf3e390a83dc0af8d5b3fd});var infowindow = new google.maps.InfoWindow({content: $l121892a5b8bf3e390a83dc0af8d5b3fd});google.maps.event.addListener(m_121892a5b8bf3e390a83dc0af8d5b3fd, 'click', function() {infowindow.open(map,m_121892a5b8bf3e390a83dc0af8d5b3fd);});$marker.push(m_121892a5b8bf3e390a83dc0af8d5b3fd);}});}google.maps.event.addDomListener(window, 'load', initialize);