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.5042,-82.849)};var g_a885315b8b17d78a1121b875bc0bc198 = new google.maps.Geocoder();g_a885315b8b17d78a1121b875bc0bc198.geocode( { 'address': "420 S Madison Ave, Douglas, GA 31533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('douglas-GA-first-national-bank-of-coffee-county').style.display = '';map = new google.maps.Map(document.getElementById('douglas-GA-first-national-bank-of-coffee-county'), mapOptions);}document.getElementById('ed38d953').innerHTML += ' | View Map';var $la885315b8b17d78a1121b875bc0bc198 = '

First National Bank of Coffee County

Address: 420 S Madison Ave, Douglas, GA 31533, USA
Phone: (912) 384-1100
';var m_a885315b8b17d78a1121b875bc0bc198 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Coffee County',});m_a885315b8b17d78a1121b875bc0bc198['infowindow'] = new google.maps.InfoWindow({content: $la885315b8b17d78a1121b875bc0bc198});var infowindow = new google.maps.InfoWindow({content: $la885315b8b17d78a1121b875bc0bc198});google.maps.event.addListener(m_a885315b8b17d78a1121b875bc0bc198, 'click', function() {infowindow.open(map,m_a885315b8b17d78a1121b875bc0bc198);});$marker.push(m_a885315b8b17d78a1121b875bc0bc198);}});}google.maps.event.addDomListener(window, 'load', initialize);