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(32.1782,-82.1108)};var g_327cee8c73c4f192d62bd6e49d529c71 = new google.maps.Geocoder();g_327cee8c73c4f192d62bd6e49d529c71.geocode( { 'address': "204 Main St, Collins, GA 30421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('collins-GA-heritagebank-of-the-south').style.display = '';map = new google.maps.Map(document.getElementById('collins-GA-heritagebank-of-the-south'), mapOptions);}document.getElementById('9e80c855').innerHTML += ' | View Map';var $l327cee8c73c4f192d62bd6e49d529c71 = '

HeritageBank of the South

Address: 204 Main St, Collins, GA 30421, USA
Phone: (912) 693-5671
';var m_327cee8c73c4f192d62bd6e49d529c71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HeritageBank of the South',});m_327cee8c73c4f192d62bd6e49d529c71['infowindow'] = new google.maps.InfoWindow({content: $l327cee8c73c4f192d62bd6e49d529c71});var infowindow = new google.maps.InfoWindow({content: $l327cee8c73c4f192d62bd6e49d529c71});google.maps.event.addListener(m_327cee8c73c4f192d62bd6e49d529c71, 'click', function() {infowindow.open(map,m_327cee8c73c4f192d62bd6e49d529c71);});$marker.push(m_327cee8c73c4f192d62bd6e49d529c71);}});}google.maps.event.addDomListener(window, 'load', initialize);