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.7109,-86.5873)};var g_86d445275c603da4779c6387ae2216b9 = new google.maps.Geocoder();g_86d445275c603da4779c6387ae2216b9.geocode( { 'address': "2410 Commerce Ct SW, Huntsville, AL 35801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntsville-AL-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntsville-AL-heritage-bank'), mapOptions);}document.getElementById('835349ea').innerHTML += ' | View Map';var $l86d445275c603da4779c6387ae2216b9 = '

Heritage Bank

Address: 2410 Commerce Ct SW, Huntsville, AL 35801, USA
Phone: (256) 564-9963
';var m_86d445275c603da4779c6387ae2216b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank',});m_86d445275c603da4779c6387ae2216b9['infowindow'] = new google.maps.InfoWindow({content: $l86d445275c603da4779c6387ae2216b9});var infowindow = new google.maps.InfoWindow({content: $l86d445275c603da4779c6387ae2216b9});google.maps.event.addListener(m_86d445275c603da4779c6387ae2216b9, 'click', function() {infowindow.open(map,m_86d445275c603da4779c6387ae2216b9);});$marker.push(m_86d445275c603da4779c6387ae2216b9);}});}google.maps.event.addDomListener(window, 'load', initialize);