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.5728,-84.1633)};var g_642ad51faa492de9795844a2d0c6142f = new google.maps.Geocoder();g_642ad51faa492de9795844a2d0c6142f.geocode( { 'address': "2910 Meredyth Dr, Albany, GA 31721"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-GA-flint-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('albany-GA-flint-community-bank'), mapOptions);}document.getElementById('9e4f9077').innerHTML += ' | View Map';var $l642ad51faa492de9795844a2d0c6142f = '

Flint Community Bank

Address: 2910 Meredyth Dr, Albany, GA 31721
Phone: (229) 317-0980
';var m_642ad51faa492de9795844a2d0c6142f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flint Community Bank',});m_642ad51faa492de9795844a2d0c6142f['infowindow'] = new google.maps.InfoWindow({content: $l642ad51faa492de9795844a2d0c6142f});var infowindow = new google.maps.InfoWindow({content: $l642ad51faa492de9795844a2d0c6142f});google.maps.event.addListener(m_642ad51faa492de9795844a2d0c6142f, 'click', function() {infowindow.open(map,m_642ad51faa492de9795844a2d0c6142f);});$marker.push(m_642ad51faa492de9795844a2d0c6142f);}});}google.maps.event.addDomListener(window, 'load', initialize);