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.9775,-84.1487)};var g_379ab0615d0a2f2efc9a82340d0d706b = new google.maps.Geocoder();g_379ab0615d0a2f2efc9a82340d0d706b.geocode( { 'address': "3170 Peachtree Industrial Blvd, Duluth, GA 30097"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-touchmark-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-touchmark-national-bank'), mapOptions);}document.getElementById('f24a1e47').innerHTML += ' | View Map';var $l379ab0615d0a2f2efc9a82340d0d706b = '

Touchmark National Bank

Address: 3170 Peachtree Industrial Blvd, Duluth, GA 30097
Phone: (770) 418-9747
';var m_379ab0615d0a2f2efc9a82340d0d706b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Touchmark National Bank',});m_379ab0615d0a2f2efc9a82340d0d706b['infowindow'] = new google.maps.InfoWindow({content: $l379ab0615d0a2f2efc9a82340d0d706b});var infowindow = new google.maps.InfoWindow({content: $l379ab0615d0a2f2efc9a82340d0d706b});google.maps.event.addListener(m_379ab0615d0a2f2efc9a82340d0d706b, 'click', function() {infowindow.open(map,m_379ab0615d0a2f2efc9a82340d0d706b);});$marker.push(m_379ab0615d0a2f2efc9a82340d0d706b);}});}google.maps.event.addDomListener(window, 'load', initialize);