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.735,-84.7021)};var g_ae8af99c12f02a3e20b15a320ffbff35 = new google.maps.Geocoder();g_ae8af99c12f02a3e20b15a320ffbff35.geocode( { 'address': "6100 Stewart Pkwy, Douglasville, GA 30135"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('douglasville-GA-hamilton-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('douglasville-GA-hamilton-state-bank'), mapOptions);}document.getElementById('e795fd99').innerHTML += ' | View Map';var $lae8af99c12f02a3e20b15a320ffbff35 = '

Hamilton State Bank

Address: 6100 Stewart Pkwy, Douglasville, GA 30135
Phone: (770) 920-3180
';var m_ae8af99c12f02a3e20b15a320ffbff35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hamilton State Bank',});m_ae8af99c12f02a3e20b15a320ffbff35['infowindow'] = new google.maps.InfoWindow({content: $lae8af99c12f02a3e20b15a320ffbff35});var infowindow = new google.maps.InfoWindow({content: $lae8af99c12f02a3e20b15a320ffbff35});google.maps.event.addListener(m_ae8af99c12f02a3e20b15a320ffbff35, 'click', function() {infowindow.open(map,m_ae8af99c12f02a3e20b15a320ffbff35);});$marker.push(m_ae8af99c12f02a3e20b15a320ffbff35);}});}google.maps.event.addDomListener(window, 'load', initialize);