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_db1f9216e9ca7015a7186f2ca72a94b0 = new google.maps.Geocoder();g_db1f9216e9ca7015a7186f2ca72a94b0.geocode( { 'address': "401 Meridian St, Huntsville, AL 35801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntsville-AL-servisfirst-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntsville-AL-servisfirst-bank'), mapOptions);}document.getElementById('a1e217bd').innerHTML += ' | View Map';var $ldb1f9216e9ca7015a7186f2ca72a94b0 = '

Servisfirst Bank

Address: 401 Meridian St, Huntsville, AL 35801
Phone: (256) 722-7800
';var m_db1f9216e9ca7015a7186f2ca72a94b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Servisfirst Bank',});m_db1f9216e9ca7015a7186f2ca72a94b0['infowindow'] = new google.maps.InfoWindow({content: $ldb1f9216e9ca7015a7186f2ca72a94b0});var infowindow = new google.maps.InfoWindow({content: $ldb1f9216e9ca7015a7186f2ca72a94b0});google.maps.event.addListener(m_db1f9216e9ca7015a7186f2ca72a94b0, 'click', function() {infowindow.open(map,m_db1f9216e9ca7015a7186f2ca72a94b0);});$marker.push(m_db1f9216e9ca7015a7186f2ca72a94b0);}});}google.maps.event.addDomListener(window, 'load', initialize);