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.8346,-83.8901)};var g_3b4d8dc18bec4fa5b1020e9e6536a888 = new google.maps.Geocoder();g_3b4d8dc18bec4fa5b1020e9e6536a888.geocode( { 'address': "4644 US-78, Loganville, GA 30052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganville-GA-bbt---loganville-branch').style.display = '';map = new google.maps.Map(document.getElementById('loganville-GA-bbt---loganville-branch'), mapOptions);}document.getElementById('ea20d09b').innerHTML += ' | View Map';var $l3b4d8dc18bec4fa5b1020e9e6536a888 = '

BB&T - Loganville Branch

Address: 4644 US-78, Loganville, GA 30052, USA
Phone: (770) 466-2296
';var m_3b4d8dc18bec4fa5b1020e9e6536a888 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Loganville Branch',});m_3b4d8dc18bec4fa5b1020e9e6536a888['infowindow'] = new google.maps.InfoWindow({content: $l3b4d8dc18bec4fa5b1020e9e6536a888});var infowindow = new google.maps.InfoWindow({content: $l3b4d8dc18bec4fa5b1020e9e6536a888});google.maps.event.addListener(m_3b4d8dc18bec4fa5b1020e9e6536a888, 'click', function() {infowindow.open(map,m_3b4d8dc18bec4fa5b1020e9e6536a888);});$marker.push(m_3b4d8dc18bec4fa5b1020e9e6536a888);}});}google.maps.event.addDomListener(window, 'load', initialize);