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.1327,-83.7585)};var g_300700cfbdd4869a6588bb8a02d8a15d = new google.maps.Geocoder();g_300700cfbdd4869a6588bb8a02d8a15d.geocode( { 'address': "6322 Grand Hickory Dr, Braselton, GA 30517"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('braselton-GA-independence-bank-of-georgia').style.display = '';map = new google.maps.Map(document.getElementById('braselton-GA-independence-bank-of-georgia'), mapOptions);}document.getElementById('85a1b1ca').innerHTML += ' | View Map';var $l300700cfbdd4869a6588bb8a02d8a15d = '

Independence Bank Of Georgia

Address: 6322 Grand Hickory Dr, Braselton, GA 30517
Phone: (678) 866-0100
';var m_300700cfbdd4869a6588bb8a02d8a15d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independence Bank Of Georgia',});m_300700cfbdd4869a6588bb8a02d8a15d['infowindow'] = new google.maps.InfoWindow({content: $l300700cfbdd4869a6588bb8a02d8a15d});var infowindow = new google.maps.InfoWindow({content: $l300700cfbdd4869a6588bb8a02d8a15d});google.maps.event.addListener(m_300700cfbdd4869a6588bb8a02d8a15d, 'click', function() {infowindow.open(map,m_300700cfbdd4869a6588bb8a02d8a15d);});$marker.push(m_300700cfbdd4869a6588bb8a02d8a15d);}});}google.maps.event.addDomListener(window, 'load', initialize);