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.4009,-81.4916)};var g_2811751b774b25d64e900b35aa0aac84 = new google.maps.Geocoder();g_2811751b774b25d64e900b35aa0aac84.geocode( { 'address': "21 E Ashe St, West Jefferson, NC 28694, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-jefferson-NC-af-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('west-jefferson-NC-af-financial-group'), mapOptions);}document.getElementById('6d9aa71a').innerHTML += ' | View Map';var $l2811751b774b25d64e900b35aa0aac84 = '

AF Financial Group

Address: 21 E Ashe St, West Jefferson, NC 28694, USA
Phone: (336) 246-4344
';var m_2811751b774b25d64e900b35aa0aac84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AF Financial Group',});m_2811751b774b25d64e900b35aa0aac84['infowindow'] = new google.maps.InfoWindow({content: $l2811751b774b25d64e900b35aa0aac84});var infowindow = new google.maps.InfoWindow({content: $l2811751b774b25d64e900b35aa0aac84});google.maps.event.addListener(m_2811751b774b25d64e900b35aa0aac84, 'click', function() {infowindow.open(map,m_2811751b774b25d64e900b35aa0aac84);});$marker.push(m_2811751b774b25d64e900b35aa0aac84);}});}google.maps.event.addDomListener(window, 'load', initialize);