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.448,-84.1392)};var g_c565c58ca3faa5bd3e0ff7bd45f61694 = new google.maps.Geocoder();g_c565c58ca3faa5bd3e0ff7bd45f61694.geocode( { 'address': "12 N Zack Hinton Pkwy, McDonough, GA 30253, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcdonough-GA-bbt-fayette-ga-mcdonough').style.display = '';map = new google.maps.Map(document.getElementById('mcdonough-GA-bbt-fayette-ga-mcdonough'), mapOptions);}document.getElementById('0c68f613').innerHTML += ' | View Map';var $lc565c58ca3faa5bd3e0ff7bd45f61694 = '

BB&T FAYETTE GA-MCDONOUGH

Address: 12 N Zack Hinton Pkwy, McDonough, GA 30253, USA
Phone:
';var m_c565c58ca3faa5bd3e0ff7bd45f61694 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T FAYETTE GA-MCDONOUGH',});m_c565c58ca3faa5bd3e0ff7bd45f61694['infowindow'] = new google.maps.InfoWindow({content: $lc565c58ca3faa5bd3e0ff7bd45f61694});var infowindow = new google.maps.InfoWindow({content: $lc565c58ca3faa5bd3e0ff7bd45f61694});google.maps.event.addListener(m_c565c58ca3faa5bd3e0ff7bd45f61694, 'click', function() {infowindow.open(map,m_c565c58ca3faa5bd3e0ff7bd45f61694);});$marker.push(m_c565c58ca3faa5bd3e0ff7bd45f61694);}});}google.maps.event.addDomListener(window, 'load', initialize);