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.1776,-84.8543)};var g_4f3711ba339f2543f371b07f114a6510 = new google.maps.Geocoder();g_4f3711ba339f2543f371b07f114a6510.geocode( { 'address': "314 E Main St, Cartersville, GA 30120"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cartersville-GA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('cartersville-GA-bbt'), mapOptions);}document.getElementById('ce904341').innerHTML += ' | View Map';var $l4f3711ba339f2543f371b07f114a6510 = '

BB&T

Address: 314 E Main St, Cartersville, GA 30120
Phone: (770) 386-1900
';var m_4f3711ba339f2543f371b07f114a6510 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_4f3711ba339f2543f371b07f114a6510['infowindow'] = new google.maps.InfoWindow({content: $l4f3711ba339f2543f371b07f114a6510});var infowindow = new google.maps.InfoWindow({content: $l4f3711ba339f2543f371b07f114a6510});google.maps.event.addListener(m_4f3711ba339f2543f371b07f114a6510, 'click', function() {infowindow.open(map,m_4f3711ba339f2543f371b07f114a6510);});$marker.push(m_4f3711ba339f2543f371b07f114a6510);}});}google.maps.event.addDomListener(window, 'load', initialize);