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(34.6872,-82.8187)};var g_484c907e3f8086af997314936318d233 = new google.maps.Geocoder();g_484c907e3f8086af997314936318d233.geocode( { 'address': "1380 Tiger Blvd, Clemson, SC 29631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clemson-SC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('clemson-SC-bbt'), mapOptions);}document.getElementById('17f8fddf').innerHTML += ' | View Map';var $l484c907e3f8086af997314936318d233 = '

BB&T

Address: 1380 Tiger Blvd, Clemson, SC 29631, USA
Phone: (864) 653-7090
';var m_484c907e3f8086af997314936318d233 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_484c907e3f8086af997314936318d233['infowindow'] = new google.maps.InfoWindow({content: $l484c907e3f8086af997314936318d233});var infowindow = new google.maps.InfoWindow({content: $l484c907e3f8086af997314936318d233});google.maps.event.addListener(m_484c907e3f8086af997314936318d233, 'click', function() {infowindow.open(map,m_484c907e3f8086af997314936318d233);});$marker.push(m_484c907e3f8086af997314936318d233);}});}google.maps.event.addDomListener(window, 'load', initialize);