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(31.2314,-84.2072)};var g_b2f2cabd63abc17cdd6c9cc6b9d3501a = new google.maps.Geocoder();g_b2f2cabd63abc17cdd6c9cc6b9d3501a.geocode( { 'address': "21 N Harney St, Camilla, GA 31730"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camilla-GA-planters-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('camilla-GA-planters-citizens-bank'), mapOptions);}document.getElementById('89da529d').innerHTML += ' | View Map';var $lb2f2cabd63abc17cdd6c9cc6b9d3501a = '

Planters & Citizens Bank

Address: 21 N Harney St, Camilla, GA 31730
Phone: (229) 336-5271
';var m_b2f2cabd63abc17cdd6c9cc6b9d3501a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Planters & Citizens Bank',});m_b2f2cabd63abc17cdd6c9cc6b9d3501a['infowindow'] = new google.maps.InfoWindow({content: $lb2f2cabd63abc17cdd6c9cc6b9d3501a});var infowindow = new google.maps.InfoWindow({content: $lb2f2cabd63abc17cdd6c9cc6b9d3501a});google.maps.event.addListener(m_b2f2cabd63abc17cdd6c9cc6b9d3501a, 'click', function() {infowindow.open(map,m_b2f2cabd63abc17cdd6c9cc6b9d3501a);});$marker.push(m_b2f2cabd63abc17cdd6c9cc6b9d3501a);}});}google.maps.event.addDomListener(window, 'load', initialize);