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.2771,-82.9716)};var g_b2fd0961ea86cd55fa2f860d03576a70 = new google.maps.Geocoder();g_b2fd0961ea86cd55fa2f860d03576a70.geocode( { 'address': "12855 Broad St, Sparta, GA 31087"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sparta-GA-bank-of-hancock-county').style.display = '';map = new google.maps.Map(document.getElementById('sparta-GA-bank-of-hancock-county'), mapOptions);}document.getElementById('4fd50c3c').innerHTML += ' | View Map';var $lb2fd0961ea86cd55fa2f860d03576a70 = '

Bank Of Hancock County

Address: 12855 Broad St, Sparta, GA 31087
Phone: (706) 444-5781
';var m_b2fd0961ea86cd55fa2f860d03576a70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Hancock County',});m_b2fd0961ea86cd55fa2f860d03576a70['infowindow'] = new google.maps.InfoWindow({content: $lb2fd0961ea86cd55fa2f860d03576a70});var infowindow = new google.maps.InfoWindow({content: $lb2fd0961ea86cd55fa2f860d03576a70});google.maps.event.addListener(m_b2fd0961ea86cd55fa2f860d03576a70, 'click', function() {infowindow.open(map,m_b2fd0961ea86cd55fa2f860d03576a70);});$marker.push(m_b2fd0961ea86cd55fa2f860d03576a70);}});}google.maps.event.addDomListener(window, 'load', initialize);