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_17c3613df50203d147fc87ccd0f1436d = new google.maps.Geocoder();g_17c3613df50203d147fc87ccd0f1436d.geocode( { 'address': "50 E Broad St, Camilla, GA 31730-1832"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camilla-GA-bank-of-camilla').style.display = '';map = new google.maps.Map(document.getElementById('camilla-GA-bank-of-camilla'), mapOptions);}document.getElementById('80211f68').innerHTML += ' | View Map';var $l17c3613df50203d147fc87ccd0f1436d = '

Bank Of Camilla

Address: 50 E Broad St, Camilla, GA 31730-1832
Phone: (229) 336-5225
';var m_17c3613df50203d147fc87ccd0f1436d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Camilla',});m_17c3613df50203d147fc87ccd0f1436d['infowindow'] = new google.maps.InfoWindow({content: $l17c3613df50203d147fc87ccd0f1436d});var infowindow = new google.maps.InfoWindow({content: $l17c3613df50203d147fc87ccd0f1436d});google.maps.event.addListener(m_17c3613df50203d147fc87ccd0f1436d, 'click', function() {infowindow.open(map,m_17c3613df50203d147fc87ccd0f1436d);});$marker.push(m_17c3613df50203d147fc87ccd0f1436d);}});}google.maps.event.addDomListener(window, 'load', initialize);