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.4763,-84.9307)};var g_c8d0a76c6342bee56e7a8b1050d01b64 = new google.maps.Geocoder();g_c8d0a76c6342bee56e7a8b1050d01b64.geocode( { 'address': "409 Hwy 53, Calhoun, GA 30701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-GA-bbt---highway-53-branch').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-GA-bbt---highway-53-branch'), mapOptions);}document.getElementById('e8be070e').innerHTML += ' | View Map';var $lc8d0a76c6342bee56e7a8b1050d01b64 = '

BB&T - Highway 53 Branch

Address: 409 Hwy 53, Calhoun, GA 30701, USA
Phone: (706) 629-1559
';var m_c8d0a76c6342bee56e7a8b1050d01b64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Highway 53 Branch',});m_c8d0a76c6342bee56e7a8b1050d01b64['infowindow'] = new google.maps.InfoWindow({content: $lc8d0a76c6342bee56e7a8b1050d01b64});var infowindow = new google.maps.InfoWindow({content: $lc8d0a76c6342bee56e7a8b1050d01b64});google.maps.event.addListener(m_c8d0a76c6342bee56e7a8b1050d01b64, 'click', function() {infowindow.open(map,m_c8d0a76c6342bee56e7a8b1050d01b64);});$marker.push(m_c8d0a76c6342bee56e7a8b1050d01b64);}});}google.maps.event.addDomListener(window, 'load', initialize);