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.1909,-84.5105)};var g_edac26e7a794bb015d927427cea982be = new google.maps.Geocoder();g_edac26e7a794bb015d927427cea982be.geocode( { 'address': "152 Prominence Point Pkwy, Canton, GA 30114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-GA-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('canton-GA-bbt-bank'), mapOptions);}document.getElementById('8eb6d6cd').innerHTML += ' | View Map';var $ledac26e7a794bb015d927427cea982be = '

BB&T Bank

Address: 152 Prominence Point Pkwy, Canton, GA 30114, USA
Phone: (770) 345-4477
';var m_edac26e7a794bb015d927427cea982be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_edac26e7a794bb015d927427cea982be['infowindow'] = new google.maps.InfoWindow({content: $ledac26e7a794bb015d927427cea982be});var infowindow = new google.maps.InfoWindow({content: $ledac26e7a794bb015d927427cea982be});google.maps.event.addListener(m_edac26e7a794bb015d927427cea982be, 'click', function() {infowindow.open(map,m_edac26e7a794bb015d927427cea982be);});$marker.push(m_edac26e7a794bb015d927427cea982be);}});}google.maps.event.addDomListener(window, 'load', initialize);