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(33.9945,-84.86)};var g_f91c6b29c1ac46f79020d35f8e0e47f4 = new google.maps.Geocoder();g_f91c6b29c1ac46f79020d35f8e0e47f4.geocode( { 'address': "519 Hardee St, Dallas, GA 30132"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-GA-douglas-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-GA-douglas-county-bank'), mapOptions);}document.getElementById('30147043').innerHTML += ' | View Map';var $lf91c6b29c1ac46f79020d35f8e0e47f4 = '

Douglas County Bank

Address: 519 Hardee St, Dallas, GA 30132
Phone: (770) 445-9696
';var m_f91c6b29c1ac46f79020d35f8e0e47f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Douglas County Bank',});m_f91c6b29c1ac46f79020d35f8e0e47f4['infowindow'] = new google.maps.InfoWindow({content: $lf91c6b29c1ac46f79020d35f8e0e47f4});var infowindow = new google.maps.InfoWindow({content: $lf91c6b29c1ac46f79020d35f8e0e47f4});google.maps.event.addListener(m_f91c6b29c1ac46f79020d35f8e0e47f4, 'click', function() {infowindow.open(map,m_f91c6b29c1ac46f79020d35f8e0e47f4);});$marker.push(m_f91c6b29c1ac46f79020d35f8e0e47f4);}});}google.maps.event.addDomListener(window, 'load', initialize);