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.6567,-85.8272)};var g_cb06fa45e39d639bf8a3f070531868d0 = new google.maps.Geocoder();g_cb06fa45e39d639bf8a3f070531868d0.geocode( { 'address': "615 Quintard Ave, Anniston, AL 36201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anniston-AL-southern-states-bank').style.display = '';map = new google.maps.Map(document.getElementById('anniston-AL-southern-states-bank'), mapOptions);}document.getElementById('3c7af6e8').innerHTML += ' | View Map';var $lcb06fa45e39d639bf8a3f070531868d0 = '

Southern States Bank

Address: 615 Quintard Ave, Anniston, AL 36201
Phone: (256) 241-1092
';var m_cb06fa45e39d639bf8a3f070531868d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern States Bank',});m_cb06fa45e39d639bf8a3f070531868d0['infowindow'] = new google.maps.InfoWindow({content: $lcb06fa45e39d639bf8a3f070531868d0});var infowindow = new google.maps.InfoWindow({content: $lcb06fa45e39d639bf8a3f070531868d0});google.maps.event.addListener(m_cb06fa45e39d639bf8a3f070531868d0, 'click', function() {infowindow.open(map,m_cb06fa45e39d639bf8a3f070531868d0);});$marker.push(m_cb06fa45e39d639bf8a3f070531868d0);}});}google.maps.event.addDomListener(window, 'load', initialize);