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(33.9945,-84.86)};var g_4dccec4fe2a73522c08b24866a540fcf = new google.maps.Geocoder();g_4dccec4fe2a73522c08b24866a540fcf.geocode( { 'address': "76 Seven Hills Blvd, Dallas, GA 30132"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-GA-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-GA-bbt-bank'), mapOptions);}document.getElementById('8f68adba').innerHTML += ' | View Map';var $l4dccec4fe2a73522c08b24866a540fcf = '

BB&T Bank

Address: 76 Seven Hills Blvd, Dallas, GA 30132
Phone: (678) 439-3232
';var m_4dccec4fe2a73522c08b24866a540fcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_4dccec4fe2a73522c08b24866a540fcf['infowindow'] = new google.maps.InfoWindow({content: $l4dccec4fe2a73522c08b24866a540fcf});var infowindow = new google.maps.InfoWindow({content: $l4dccec4fe2a73522c08b24866a540fcf});google.maps.event.addListener(m_4dccec4fe2a73522c08b24866a540fcf, 'click', function() {infowindow.open(map,m_4dccec4fe2a73522c08b24866a540fcf);});$marker.push(m_4dccec4fe2a73522c08b24866a540fcf);}});}google.maps.event.addDomListener(window, 'load', initialize);