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_7f5526be10dbb57db5a9e29a5c94629e = new google.maps.Geocoder();g_7f5526be10dbb57db5a9e29a5c94629e.geocode( { 'address': "3000 N Slappey Blvd, Albany, GA 31701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-GA-bank-of-lee-county').style.display = '';map = new google.maps.Map(document.getElementById('albany-GA-bank-of-lee-county'), mapOptions);}document.getElementById('7f95ad7b').innerHTML += ' | View Map';var $l7f5526be10dbb57db5a9e29a5c94629e = '

Bank of Lee County

Address: 3000 N Slappey Blvd, Albany, GA 31701
Phone: (229) 446-0102
';var m_7f5526be10dbb57db5a9e29a5c94629e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Lee County',});m_7f5526be10dbb57db5a9e29a5c94629e['infowindow'] = new google.maps.InfoWindow({content: $l7f5526be10dbb57db5a9e29a5c94629e});var infowindow = new google.maps.InfoWindow({content: $l7f5526be10dbb57db5a9e29a5c94629e});google.maps.event.addListener(m_7f5526be10dbb57db5a9e29a5c94629e, 'click', function() {infowindow.open(map,m_7f5526be10dbb57db5a9e29a5c94629e);});$marker.push(m_7f5526be10dbb57db5a9e29a5c94629e);}});}google.maps.event.addDomListener(window, 'load', initialize);