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(34.3671,-86.0022)};var g_0d9075497639c6668c2db5ec94b25695 = new google.maps.Geocoder();g_0d9075497639c6668c2db5ec94b25695.geocode( { 'address': "40956 AL-75, Geraldine, AL 35974, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('geraldine-AL-liberty-bank').style.display = '';map = new google.maps.Map(document.getElementById('geraldine-AL-liberty-bank'), mapOptions);}document.getElementById('be906398').innerHTML += ' | View Map';var $l0d9075497639c6668c2db5ec94b25695 = '

Liberty Bank

Address: 40956 AL-75, Geraldine, AL 35974, USA
Phone: (256) 659-2175
';var m_0d9075497639c6668c2db5ec94b25695 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Bank',});m_0d9075497639c6668c2db5ec94b25695['infowindow'] = new google.maps.InfoWindow({content: $l0d9075497639c6668c2db5ec94b25695});var infowindow = new google.maps.InfoWindow({content: $l0d9075497639c6668c2db5ec94b25695});google.maps.event.addListener(m_0d9075497639c6668c2db5ec94b25695, 'click', function() {infowindow.open(map,m_0d9075497639c6668c2db5ec94b25695);});$marker.push(m_0d9075497639c6668c2db5ec94b25695);}});}google.maps.event.addDomListener(window, 'load', initialize);