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.8192,-87.6588)};var g_506fd7c0ca071d1e647c5fb90b66015c = new google.maps.Geocoder();g_506fd7c0ca071d1e647c5fb90b66015c.geocode( { 'address': "1131 Wills Ave, Florence, AL 35630"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-AL-peoples-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('florence-AL-peoples-trust-bank'), mapOptions);}document.getElementById('f07a6914').innerHTML += ' | View Map';var $l506fd7c0ca071d1e647c5fb90b66015c = '

Peoples Trust Bank

Address: 1131 Wills Ave, Florence, AL 35630
Phone: (256) 766-6313
';var m_506fd7c0ca071d1e647c5fb90b66015c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Trust Bank',});m_506fd7c0ca071d1e647c5fb90b66015c['infowindow'] = new google.maps.InfoWindow({content: $l506fd7c0ca071d1e647c5fb90b66015c});var infowindow = new google.maps.InfoWindow({content: $l506fd7c0ca071d1e647c5fb90b66015c});google.maps.event.addListener(m_506fd7c0ca071d1e647c5fb90b66015c, 'click', function() {infowindow.open(map,m_506fd7c0ca071d1e647c5fb90b66015c);});$marker.push(m_506fd7c0ca071d1e647c5fb90b66015c);}});}google.maps.event.addDomListener(window, 'load', initialize);