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.7302,-84.9354)};var g_64296b5f4809d396b7bc98d069752cd0 = new google.maps.Geocoder();g_64296b5f4809d396b7bc98d069752cd0.geocode( { 'address': "640 W Bankhead Hwy, Villa Rica, GA 30180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villa-rica-GA-bbt---villa-rica-branch').style.display = '';map = new google.maps.Map(document.getElementById('villa-rica-GA-bbt---villa-rica-branch'), mapOptions);}document.getElementById('35fc7e6c').innerHTML += ' | View Map';var $l64296b5f4809d396b7bc98d069752cd0 = '

BB&T - Villa Rica Branch

Address: 640 W Bankhead Hwy, Villa Rica, GA 30180, USA
Phone: (770) 459-5734
';var m_64296b5f4809d396b7bc98d069752cd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Villa Rica Branch',});m_64296b5f4809d396b7bc98d069752cd0['infowindow'] = new google.maps.InfoWindow({content: $l64296b5f4809d396b7bc98d069752cd0});var infowindow = new google.maps.InfoWindow({content: $l64296b5f4809d396b7bc98d069752cd0});google.maps.event.addListener(m_64296b5f4809d396b7bc98d069752cd0, 'click', function() {infowindow.open(map,m_64296b5f4809d396b7bc98d069752cd0);});$marker.push(m_64296b5f4809d396b7bc98d069752cd0);}});}google.maps.event.addDomListener(window, 'load', initialize);