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(34.3761,-84.9311)};var g_76e167ce078a857024fb051faf81820e = new google.maps.Geocoder();g_76e167ce078a857024fb051faf81820e.geocode( { 'address': "7400 GA-140, Adairsville, GA 30103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('adairsville-GA-adairsville-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('adairsville-GA-adairsville-bancshares-inc'), mapOptions);}document.getElementById('8704cc6c').innerHTML += ' | View Map';var $l76e167ce078a857024fb051faf81820e = '

Adairsville Bancshares Inc

Address: 7400 GA-140, Adairsville, GA 30103, USA
Phone: (770) 773-7716
';var m_76e167ce078a857024fb051faf81820e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adairsville Bancshares Inc',});m_76e167ce078a857024fb051faf81820e['infowindow'] = new google.maps.InfoWindow({content: $l76e167ce078a857024fb051faf81820e});var infowindow = new google.maps.InfoWindow({content: $l76e167ce078a857024fb051faf81820e});google.maps.event.addListener(m_76e167ce078a857024fb051faf81820e, 'click', function() {infowindow.open(map,m_76e167ce078a857024fb051faf81820e);});$marker.push(m_76e167ce078a857024fb051faf81820e);}});}google.maps.event.addDomListener(window, 'load', initialize);