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.2636,-86.207)};var g_0d7a39e44fef86b3d8aec172f109bdb1 = new google.maps.Geocoder();g_0d7a39e44fef86b3d8aec172f109bdb1.geocode( { 'address': "7473 US Highway 431, Albertville, AL 35950"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albertville-AL-peoples-bank-of-alabama').style.display = '';map = new google.maps.Map(document.getElementById('albertville-AL-peoples-bank-of-alabama'), mapOptions);}document.getElementById('30c09533').innerHTML += ' | View Map';var $l0d7a39e44fef86b3d8aec172f109bdb1 = '

Peoples Bank Of Alabama

Address: 7473 US Highway 431, Albertville, AL 35950
Phone: (256) 891-2265
';var m_0d7a39e44fef86b3d8aec172f109bdb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank Of Alabama',});m_0d7a39e44fef86b3d8aec172f109bdb1['infowindow'] = new google.maps.InfoWindow({content: $l0d7a39e44fef86b3d8aec172f109bdb1});var infowindow = new google.maps.InfoWindow({content: $l0d7a39e44fef86b3d8aec172f109bdb1});google.maps.event.addListener(m_0d7a39e44fef86b3d8aec172f109bdb1, 'click', function() {infowindow.open(map,m_0d7a39e44fef86b3d8aec172f109bdb1);});$marker.push(m_0d7a39e44fef86b3d8aec172f109bdb1);}});}google.maps.event.addDomListener(window, 'load', initialize);