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.9642,-80.9387)};var g_7a7093c6d53621cc5588e1a70b05dc12 = new google.maps.Geocoder();g_7a7093c6d53621cc5588e1a70b05dc12.geocode( { 'address': "7520 Garners Ferry Rd, Columbia, SC 29209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-woodforest-national-bank'), mapOptions);}document.getElementById('9ecae251').innerHTML += ' | View Map';var $l7a7093c6d53621cc5588e1a70b05dc12 = '

Woodforest National Bank

Address: 7520 Garners Ferry Rd, Columbia, SC 29209, USA
Phone: (803) 783-2457
';var m_7a7093c6d53621cc5588e1a70b05dc12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_7a7093c6d53621cc5588e1a70b05dc12['infowindow'] = new google.maps.InfoWindow({content: $l7a7093c6d53621cc5588e1a70b05dc12});var infowindow = new google.maps.InfoWindow({content: $l7a7093c6d53621cc5588e1a70b05dc12});google.maps.event.addListener(m_7a7093c6d53621cc5588e1a70b05dc12, 'click', function() {infowindow.open(map,m_7a7093c6d53621cc5588e1a70b05dc12);});$marker.push(m_7a7093c6d53621cc5588e1a70b05dc12);}});}google.maps.event.addDomListener(window, 'load', initialize);