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.7252,-86.5663)};var g_756a6c572bd25735a354a87c25b351cd = new google.maps.Geocoder();g_756a6c572bd25735a354a87c25b351cd.geocode( { 'address': "1802 Four Mile Post Rd SE, Huntsville, AL 35802"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntsville-AL-superior-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntsville-AL-superior-bank'), mapOptions);}document.getElementById('72020d39').innerHTML += ' | View Map';var $l756a6c572bd25735a354a87c25b351cd = '

Superior Bank

Address: 1802 Four Mile Post Rd SE, Huntsville, AL 35802
Phone: (256) 713-2750
';var m_756a6c572bd25735a354a87c25b351cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Bank',});m_756a6c572bd25735a354a87c25b351cd['infowindow'] = new google.maps.InfoWindow({content: $l756a6c572bd25735a354a87c25b351cd});var infowindow = new google.maps.InfoWindow({content: $l756a6c572bd25735a354a87c25b351cd});google.maps.event.addListener(m_756a6c572bd25735a354a87c25b351cd, 'click', function() {infowindow.open(map,m_756a6c572bd25735a354a87c25b351cd);});$marker.push(m_756a6c572bd25735a354a87c25b351cd);}});}google.maps.event.addDomListener(window, 'load', initialize);