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(33.4393,-86.1023)};var g_3583ab15a4a66f875011526015ce1ba4 = new google.maps.Geocoder();g_3583ab15a4a66f875011526015ce1ba4.geocode( { 'address': "301 North St W, Talladega, AL 35160"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('talladega-AL-south-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('talladega-AL-south-first-bank'), mapOptions);}document.getElementById('26e96ca6').innerHTML += ' | View Map';var $l3583ab15a4a66f875011526015ce1ba4 = '

South First Bank

Address: 301 North St W, Talladega, AL 35160
Phone: (256) 362-6101
';var m_3583ab15a4a66f875011526015ce1ba4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South First Bank',});m_3583ab15a4a66f875011526015ce1ba4['infowindow'] = new google.maps.InfoWindow({content: $l3583ab15a4a66f875011526015ce1ba4});var infowindow = new google.maps.InfoWindow({content: $l3583ab15a4a66f875011526015ce1ba4});google.maps.event.addListener(m_3583ab15a4a66f875011526015ce1ba4, 'click', function() {infowindow.open(map,m_3583ab15a4a66f875011526015ce1ba4);});$marker.push(m_3583ab15a4a66f875011526015ce1ba4);}});}google.maps.event.addDomListener(window, 'load', initialize);