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(33.5613,-81.7673)};var g_077657ac17d099f29e5644176781f908 = new google.maps.Geocoder();g_077657ac17d099f29e5644176781f908.geocode( { 'address': "3583 Richland Ave W, Aiken, SC 29801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aiken-SC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('aiken-SC-woodforest-national-bank'), mapOptions);}document.getElementById('506df657').innerHTML += ' | View Map';var $l077657ac17d099f29e5644176781f908 = '

Woodforest National Bank

Address: 3583 Richland Ave W, Aiken, SC 29801, USA
Phone: (803) 642-1260
';var m_077657ac17d099f29e5644176781f908 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_077657ac17d099f29e5644176781f908['infowindow'] = new google.maps.InfoWindow({content: $l077657ac17d099f29e5644176781f908});var infowindow = new google.maps.InfoWindow({content: $l077657ac17d099f29e5644176781f908});google.maps.event.addListener(m_077657ac17d099f29e5644176781f908, 'click', function() {infowindow.open(map,m_077657ac17d099f29e5644176781f908);});$marker.push(m_077657ac17d099f29e5644176781f908);}});}google.maps.event.addDomListener(window, 'load', initialize);