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.1615,-81.9093)};var g_395af6444dfab37005c07b8264090296 = new google.maps.Geocoder();g_395af6444dfab37005c07b8264090296.geocode( { 'address': "15 W Main St, Claxton, GA 30417"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claxton-GA-glennville-bank').style.display = '';map = new google.maps.Map(document.getElementById('claxton-GA-glennville-bank'), mapOptions);}document.getElementById('05e62cc0').innerHTML += ' | View Map';var $l395af6444dfab37005c07b8264090296 = '

Glennville Bank

Address: 15 W Main St, Claxton, GA 30417
Phone: (912) 290-7215
';var m_395af6444dfab37005c07b8264090296 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glennville Bank',});m_395af6444dfab37005c07b8264090296['infowindow'] = new google.maps.InfoWindow({content: $l395af6444dfab37005c07b8264090296});var infowindow = new google.maps.InfoWindow({content: $l395af6444dfab37005c07b8264090296});google.maps.event.addListener(m_395af6444dfab37005c07b8264090296, 'click', function() {infowindow.open(map,m_395af6444dfab37005c07b8264090296);});$marker.push(m_395af6444dfab37005c07b8264090296);}});}google.maps.event.addDomListener(window, 'load', initialize);