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.9748,-83.3639)};var g_e7bf6e4ddf84caf2865aeeda3b6c6730 = new google.maps.Geocoder();g_e7bf6e4ddf84caf2865aeeda3b6c6730.geocode( { 'address': "598 S Milledge Ave, Athens, GA 30605"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-GA-truxton-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('athens-GA-truxton-trust-co'), mapOptions);}document.getElementById('81404e55').innerHTML += ' | View Map';var $le7bf6e4ddf84caf2865aeeda3b6c6730 = '

Truxton Trust Co

Address: 598 S Milledge Ave, Athens, GA 30605
Phone: (706) 546-0748
';var m_e7bf6e4ddf84caf2865aeeda3b6c6730 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Truxton Trust Co',});m_e7bf6e4ddf84caf2865aeeda3b6c6730['infowindow'] = new google.maps.InfoWindow({content: $le7bf6e4ddf84caf2865aeeda3b6c6730});var infowindow = new google.maps.InfoWindow({content: $le7bf6e4ddf84caf2865aeeda3b6c6730});google.maps.event.addListener(m_e7bf6e4ddf84caf2865aeeda3b6c6730, 'click', function() {infowindow.open(map,m_e7bf6e4ddf84caf2865aeeda3b6c6730);});$marker.push(m_e7bf6e4ddf84caf2865aeeda3b6c6730);}});}google.maps.event.addDomListener(window, 'load', initialize);