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(31.2116,-82.3611)};var g_b5fe68b6226c2f3dc1e208a43adf72ef = new google.maps.Geocoder();g_b5fe68b6226c2f3dc1e208a43adf72ef.geocode( { 'address': "501 Tebeau St, Waycross, GA 31501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waycross-GA-wbt-bankshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('waycross-GA-wbt-bankshares-inc'), mapOptions);}document.getElementById('7197b7b4').innerHTML += ' | View Map';var $lb5fe68b6226c2f3dc1e208a43adf72ef = '

WB&T Bankshares, Inc.

Address: 501 Tebeau St, Waycross, GA 31501, USA
Phone: (229) 316-8852
';var m_b5fe68b6226c2f3dc1e208a43adf72ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WB&T Bankshares, Inc.',});m_b5fe68b6226c2f3dc1e208a43adf72ef['infowindow'] = new google.maps.InfoWindow({content: $lb5fe68b6226c2f3dc1e208a43adf72ef});var infowindow = new google.maps.InfoWindow({content: $lb5fe68b6226c2f3dc1e208a43adf72ef});google.maps.event.addListener(m_b5fe68b6226c2f3dc1e208a43adf72ef, 'click', function() {infowindow.open(map,m_b5fe68b6226c2f3dc1e208a43adf72ef);});$marker.push(m_b5fe68b6226c2f3dc1e208a43adf72ef);}});}google.maps.event.addDomListener(window, 'load', initialize);