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(32.8879,-84.3272)};var g_047a1a8af07423c48c9d3a697f7b9690 = new google.maps.Geocoder();g_047a1a8af07423c48c9d3a697f7b9690.geocode( { 'address': "108 S Church St, Thomaston, GA 30286, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomaston-GA-bank-of-upson').style.display = '';map = new google.maps.Map(document.getElementById('thomaston-GA-bank-of-upson'), mapOptions);}document.getElementById('f7adfff7').innerHTML += ' | View Map';var $l047a1a8af07423c48c9d3a697f7b9690 = '

Bank of Upson

Address: 108 S Church St, Thomaston, GA 30286, USA
Phone: (706) 647-5426
';var m_047a1a8af07423c48c9d3a697f7b9690 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Upson',});m_047a1a8af07423c48c9d3a697f7b9690['infowindow'] = new google.maps.InfoWindow({content: $l047a1a8af07423c48c9d3a697f7b9690});var infowindow = new google.maps.InfoWindow({content: $l047a1a8af07423c48c9d3a697f7b9690});google.maps.event.addListener(m_047a1a8af07423c48c9d3a697f7b9690, 'click', function() {infowindow.open(map,m_047a1a8af07423c48c9d3a697f7b9690);});$marker.push(m_047a1a8af07423c48c9d3a697f7b9690);}});}google.maps.event.addDomListener(window, 'load', initialize);