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(32.4175,-80.6575)};var g_9624bda6273b3a5c6aadbb922466634a = new google.maps.Geocoder();g_9624bda6273b3a5c6aadbb922466634a.geocode( { 'address': "905 Charles St, Beaufort, SC 29902"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaufort-SC-yadkin-bank').style.display = '';map = new google.maps.Map(document.getElementById('beaufort-SC-yadkin-bank'), mapOptions);}document.getElementById('2f8b3e59').innerHTML += ' | View Map';var $l9624bda6273b3a5c6aadbb922466634a = '

Yadkin Bank

Address: 905 Charles St, Beaufort, SC 29902
Phone: (843) 524-2004
';var m_9624bda6273b3a5c6aadbb922466634a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yadkin Bank',});m_9624bda6273b3a5c6aadbb922466634a['infowindow'] = new google.maps.InfoWindow({content: $l9624bda6273b3a5c6aadbb922466634a});var infowindow = new google.maps.InfoWindow({content: $l9624bda6273b3a5c6aadbb922466634a});google.maps.event.addListener(m_9624bda6273b3a5c6aadbb922466634a, 'click', function() {infowindow.open(map,m_9624bda6273b3a5c6aadbb922466634a);});$marker.push(m_9624bda6273b3a5c6aadbb922466634a);}});}google.maps.event.addDomListener(window, 'load', initialize);