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_8865522a87f300bac8a03a4ddcbc784b = new google.maps.Geocoder();g_8865522a87f300bac8a03a4ddcbc784b.geocode( { 'address': "2746 Carl T Jones Dr SE, Huntsville, AL 35802"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntsville-AL-progress-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntsville-AL-progress-bank'), mapOptions);}document.getElementById('106b1969').innerHTML += ' | View Map';var $l8865522a87f300bac8a03a4ddcbc784b = '

Progress Bank

Address: 2746 Carl T Jones Dr SE, Huntsville, AL 35802
Phone: (256) 319-1232
';var m_8865522a87f300bac8a03a4ddcbc784b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Progress Bank',});m_8865522a87f300bac8a03a4ddcbc784b['infowindow'] = new google.maps.InfoWindow({content: $l8865522a87f300bac8a03a4ddcbc784b});var infowindow = new google.maps.InfoWindow({content: $l8865522a87f300bac8a03a4ddcbc784b});google.maps.event.addListener(m_8865522a87f300bac8a03a4ddcbc784b, 'click', function() {infowindow.open(map,m_8865522a87f300bac8a03a4ddcbc784b);});$marker.push(m_8865522a87f300bac8a03a4ddcbc784b);}});}google.maps.event.addDomListener(window, 'load', initialize);