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.1889,-83.9057)};var g_166d1db320fc2f90711a228b24315345 = new google.maps.Geocoder();g_166d1db320fc2f90711a228b24315345.geocode( { 'address': "5319 Atlanta Hwy, Flowery Branch, GA 30542"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flowery-branch-GA-brand-bank').style.display = '';map = new google.maps.Map(document.getElementById('flowery-branch-GA-brand-bank'), mapOptions);}document.getElementById('8247bf86').innerHTML += ' | View Map';var $l166d1db320fc2f90711a228b24315345 = '

Brand Bank

Address: 5319 Atlanta Hwy, Flowery Branch, GA 30542
Phone: (770) 965-1899
';var m_166d1db320fc2f90711a228b24315345 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brand Bank',});m_166d1db320fc2f90711a228b24315345['infowindow'] = new google.maps.InfoWindow({content: $l166d1db320fc2f90711a228b24315345});var infowindow = new google.maps.InfoWindow({content: $l166d1db320fc2f90711a228b24315345});google.maps.event.addListener(m_166d1db320fc2f90711a228b24315345, 'click', function() {infowindow.open(map,m_166d1db320fc2f90711a228b24315345);});$marker.push(m_166d1db320fc2f90711a228b24315345);}});}google.maps.event.addDomListener(window, 'load', initialize);