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.2252,-84.1981)};var g_b9d582cdb3d064c73d2ff72bb6d7ae23 = new google.maps.Geocoder();g_b9d582cdb3d064c73d2ff72bb6d7ae23.geocode( { 'address': "260 US-19, Camilla, GA 31730, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camilla-GA-flint-river-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('camilla-GA-flint-river-national-bank'), mapOptions);}document.getElementById('716fa7c3').innerHTML += ' | View Map';var $lb9d582cdb3d064c73d2ff72bb6d7ae23 = '

Flint River National Bank

Address: 260 US-19, Camilla, GA 31730, USA
Phone: (229) 336-5666
';var m_b9d582cdb3d064c73d2ff72bb6d7ae23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flint River National Bank',});m_b9d582cdb3d064c73d2ff72bb6d7ae23['infowindow'] = new google.maps.InfoWindow({content: $lb9d582cdb3d064c73d2ff72bb6d7ae23});var infowindow = new google.maps.InfoWindow({content: $lb9d582cdb3d064c73d2ff72bb6d7ae23});google.maps.event.addListener(m_b9d582cdb3d064c73d2ff72bb6d7ae23, 'click', function() {infowindow.open(map,m_b9d582cdb3d064c73d2ff72bb6d7ae23);});$marker.push(m_b9d582cdb3d064c73d2ff72bb6d7ae23);}});}google.maps.event.addDomListener(window, 'load', initialize);