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.2593,-87.867)};var g_632c1f0752ffb18f6509f4c04d357d82 = new google.maps.Geocoder();g_632c1f0752ffb18f6509f4c04d357d82.geocode( { 'address': "34888 US Highway 43, Hackleburg, AL 35564"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hackleburg-AL-peoplestrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('hackleburg-AL-peoplestrust-bank'), mapOptions);}document.getElementById('60d4178b').innerHTML += ' | View Map';var $l632c1f0752ffb18f6509f4c04d357d82 = '

Peoplestrust Bank

Address: 34888 US Highway 43, Hackleburg, AL 35564
Phone: (205) 935-1944
';var m_632c1f0752ffb18f6509f4c04d357d82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoplestrust Bank',});m_632c1f0752ffb18f6509f4c04d357d82['infowindow'] = new google.maps.InfoWindow({content: $l632c1f0752ffb18f6509f4c04d357d82});var infowindow = new google.maps.InfoWindow({content: $l632c1f0752ffb18f6509f4c04d357d82});google.maps.event.addListener(m_632c1f0752ffb18f6509f4c04d357d82, 'click', function() {infowindow.open(map,m_632c1f0752ffb18f6509f4c04d357d82);});$marker.push(m_632c1f0752ffb18f6509f4c04d357d82);}});}google.maps.event.addDomListener(window, 'load', initialize);