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.6462,-83.7546)};var g_bbc1ebcf8a3b960cbd05a336e52da74a = new google.maps.Geocoder();g_bbc1ebcf8a3b960cbd05a336e52da74a.geocode( { 'address': "102 GA Highway 49 S, Byron, GA 31008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('byron-GA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('byron-GA-bbt'), mapOptions);}document.getElementById('d194e37d').innerHTML += ' | View Map';var $lbbc1ebcf8a3b960cbd05a336e52da74a = '

BB&T

Address: 102 GA Highway 49 S, Byron, GA 31008
Phone: (478) 956-4300
';var m_bbc1ebcf8a3b960cbd05a336e52da74a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_bbc1ebcf8a3b960cbd05a336e52da74a['infowindow'] = new google.maps.InfoWindow({content: $lbbc1ebcf8a3b960cbd05a336e52da74a});var infowindow = new google.maps.InfoWindow({content: $lbbc1ebcf8a3b960cbd05a336e52da74a});google.maps.event.addListener(m_bbc1ebcf8a3b960cbd05a336e52da74a, 'click', function() {infowindow.open(map,m_bbc1ebcf8a3b960cbd05a336e52da74a);});$marker.push(m_bbc1ebcf8a3b960cbd05a336e52da74a);}});}google.maps.event.addDomListener(window, 'load', initialize);