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(30.8506,-83.951)};var g_0826d9cc9b76a253d855ecaa01096827 = new google.maps.Geocoder();g_0826d9cc9b76a253d855ecaa01096827.geocode( { 'address': "1320 Remington Ave, Thomasville, GA 31792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-GA-thomasville-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-GA-thomasville-national-bank'), mapOptions);}document.getElementById('1ebd924a').innerHTML += ' | View Map';var $l0826d9cc9b76a253d855ecaa01096827 = '

Thomasville National Bank

Address: 1320 Remington Ave, Thomasville, GA 31792, USA
Phone: (229) 226-6888
';var m_0826d9cc9b76a253d855ecaa01096827 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thomasville National Bank',});m_0826d9cc9b76a253d855ecaa01096827['infowindow'] = new google.maps.InfoWindow({content: $l0826d9cc9b76a253d855ecaa01096827});var infowindow = new google.maps.InfoWindow({content: $l0826d9cc9b76a253d855ecaa01096827});google.maps.event.addListener(m_0826d9cc9b76a253d855ecaa01096827, 'click', function() {infowindow.open(map,m_0826d9cc9b76a253d855ecaa01096827);});$marker.push(m_0826d9cc9b76a253d855ecaa01096827);}});}google.maps.event.addDomListener(window, 'load', initialize);