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.9044,-84.5664)};var g_a6ac15a15c2dbbff1868a0ea531a9ccd = new google.maps.Geocoder();g_a6ac15a15c2dbbff1868a0ea531a9ccd.geocode( { 'address': "819 E Shotwell St, Bainbridge, GA 39819, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bainbridge-GA-first-national-bank-decatur').style.display = '';map = new google.maps.Map(document.getElementById('bainbridge-GA-first-national-bank-decatur'), mapOptions);}document.getElementById('19a85b59').innerHTML += ' | View Map';var $la6ac15a15c2dbbff1868a0ea531a9ccd = '

First National Bank-Decatur

Address: 819 E Shotwell St, Bainbridge, GA 39819, USA
Phone: (229) 246-3131
';var m_a6ac15a15c2dbbff1868a0ea531a9ccd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Decatur',});m_a6ac15a15c2dbbff1868a0ea531a9ccd['infowindow'] = new google.maps.InfoWindow({content: $la6ac15a15c2dbbff1868a0ea531a9ccd});var infowindow = new google.maps.InfoWindow({content: $la6ac15a15c2dbbff1868a0ea531a9ccd});google.maps.event.addListener(m_a6ac15a15c2dbbff1868a0ea531a9ccd, 'click', function() {infowindow.open(map,m_a6ac15a15c2dbbff1868a0ea531a9ccd);});$marker.push(m_a6ac15a15c2dbbff1868a0ea531a9ccd);}});}google.maps.event.addDomListener(window, 'load', initialize);