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.1752,-86.2557)};var g_484862041befb1d3e8fada76b4f2e0d1 = new google.maps.Geocoder();g_484862041befb1d3e8fada76b4f2e0d1.geocode( { 'address': "1010 Talladega Hwy, Sylacauga, AL 35150"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sylacauga-AL-superior-bank').style.display = '';map = new google.maps.Map(document.getElementById('sylacauga-AL-superior-bank'), mapOptions);}document.getElementById('e0e206cb').innerHTML += ' | View Map';var $l484862041befb1d3e8fada76b4f2e0d1 = '

Superior Bank

Address: 1010 Talladega Hwy, Sylacauga, AL 35150
Phone: (256) 208-6182
';var m_484862041befb1d3e8fada76b4f2e0d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Bank',});m_484862041befb1d3e8fada76b4f2e0d1['infowindow'] = new google.maps.InfoWindow({content: $l484862041befb1d3e8fada76b4f2e0d1});var infowindow = new google.maps.InfoWindow({content: $l484862041befb1d3e8fada76b4f2e0d1});google.maps.event.addListener(m_484862041befb1d3e8fada76b4f2e0d1, 'click', function() {infowindow.open(map,m_484862041befb1d3e8fada76b4f2e0d1);});$marker.push(m_484862041befb1d3e8fada76b4f2e0d1);}});}google.maps.event.addDomListener(window, 'load', initialize);