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.1346,-80.6478)};var g_a6cf1a02040a51496cb6c83f8ad2f23a = new google.maps.Geocoder();g_a6cf1a02040a51496cb6c83f8ad2f23a.geocode( { 'address': "104 Progress Ln, Yadkinville, NC 27055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yadkinville-NC-yadkin-valley-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('yadkinville-NC-yadkin-valley-bank--trust'), mapOptions);}document.getElementById('833327c5').innerHTML += ' | View Map';var $la6cf1a02040a51496cb6c83f8ad2f23a = '

Yadkin Valley Bank & Trust

Address: 104 Progress Ln, Yadkinville, NC 27055, USA
Phone: (336) 677-2000
';var m_a6cf1a02040a51496cb6c83f8ad2f23a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yadkin Valley Bank & Trust',});m_a6cf1a02040a51496cb6c83f8ad2f23a['infowindow'] = new google.maps.InfoWindow({content: $la6cf1a02040a51496cb6c83f8ad2f23a});var infowindow = new google.maps.InfoWindow({content: $la6cf1a02040a51496cb6c83f8ad2f23a});google.maps.event.addListener(m_a6cf1a02040a51496cb6c83f8ad2f23a, 'click', function() {infowindow.open(map,m_a6cf1a02040a51496cb6c83f8ad2f23a);});$marker.push(m_a6cf1a02040a51496cb6c83f8ad2f23a);}});}google.maps.event.addDomListener(window, 'load', initialize);