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.9031,-84.3289)};var g_3b0f49414ee48c921366ccc6906fc40a = new google.maps.Geocoder();g_3b0f49414ee48c921366ccc6906fc40a.geocode( { 'address': "708 N Church St, Thomaston, GA 30286, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomaston-GA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('thomaston-GA-bbt-atm'), mapOptions);}document.getElementById('9f11c508').innerHTML += ' | View Map';var $l3b0f49414ee48c921366ccc6906fc40a = '

BB&T ATM

Address: 708 N Church St, Thomaston, GA 30286, USA
Phone: (800) 226-5228
';var m_3b0f49414ee48c921366ccc6906fc40a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_3b0f49414ee48c921366ccc6906fc40a['infowindow'] = new google.maps.InfoWindow({content: $l3b0f49414ee48c921366ccc6906fc40a});var infowindow = new google.maps.InfoWindow({content: $l3b0f49414ee48c921366ccc6906fc40a});google.maps.event.addListener(m_3b0f49414ee48c921366ccc6906fc40a, 'click', function() {infowindow.open(map,m_3b0f49414ee48c921366ccc6906fc40a);});$marker.push(m_3b0f49414ee48c921366ccc6906fc40a);}});}google.maps.event.addDomListener(window, 'load', initialize);