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.3335,-75.508)};var g_ed145f39c5c7529179e018f16096a0cf = new google.maps.Geocoder();g_ed145f39c5c7529179e018f16096a0cf.geocode( { 'address': "41934 NC-12, Avon, NC 27915, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avon-NC-yadkin-bank').style.display = '';map = new google.maps.Map(document.getElementById('avon-NC-yadkin-bank'), mapOptions);}document.getElementById('f660fedd').innerHTML += ' | View Map';var $led145f39c5c7529179e018f16096a0cf = '

Yadkin Bank

Address: 41934 NC-12, Avon, NC 27915, USA
Phone: (252) 995-7900
';var m_ed145f39c5c7529179e018f16096a0cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yadkin Bank',});m_ed145f39c5c7529179e018f16096a0cf['infowindow'] = new google.maps.InfoWindow({content: $led145f39c5c7529179e018f16096a0cf});var infowindow = new google.maps.InfoWindow({content: $led145f39c5c7529179e018f16096a0cf});google.maps.event.addListener(m_ed145f39c5c7529179e018f16096a0cf, 'click', function() {infowindow.open(map,m_ed145f39c5c7529179e018f16096a0cf);});$marker.push(m_ed145f39c5c7529179e018f16096a0cf);}});}google.maps.event.addDomListener(window, 'load', initialize);