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.9193,-76.237)};var g_914ce8965b8cb141bfe29df4eb979f28 = new google.maps.Geocoder();g_914ce8965b8cb141bfe29df4eb979f28.geocode( { 'address': "883, 883 US-64, Columbia, NC 27925, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-NC-bbt-tradewilco--1906').style.display = '';map = new google.maps.Map(document.getElementById('columbia-NC-bbt-tradewilco--1906'), mapOptions);}document.getElementById('07f7cabc').innerHTML += ' | View Map';var $l914ce8965b8cb141bfe29df4eb979f28 = '

BB&T TRADEWILCO # 1906

Address: 883, 883 US-64, Columbia, NC 27925, USA
Phone: (252) 796-4187
';var m_914ce8965b8cb141bfe29df4eb979f28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T TRADEWILCO # 1906',});m_914ce8965b8cb141bfe29df4eb979f28['infowindow'] = new google.maps.InfoWindow({content: $l914ce8965b8cb141bfe29df4eb979f28});var infowindow = new google.maps.InfoWindow({content: $l914ce8965b8cb141bfe29df4eb979f28});google.maps.event.addListener(m_914ce8965b8cb141bfe29df4eb979f28, 'click', function() {infowindow.open(map,m_914ce8965b8cb141bfe29df4eb979f28);});$marker.push(m_914ce8965b8cb141bfe29df4eb979f28);}});}google.maps.event.addDomListener(window, 'load', initialize);