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(35.6099,-87.0489)};var g_60386873bee78c68d5249b2e8f840aa9 = new google.maps.Geocoder();g_60386873bee78c68d5249b2e8f840aa9.geocode( { 'address': "823 Nashville Hwy, Columbia, TN 38401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-TN-heritage-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('columbia-TN-heritage-bank-trust'), mapOptions);}document.getElementById('cb32659b').innerHTML += ' | View Map';var $l60386873bee78c68d5249b2e8f840aa9 = '

Heritage Bank & Trust

Address: 823 Nashville Hwy, Columbia, TN 38401
Phone: (931) 388-9780
';var m_60386873bee78c68d5249b2e8f840aa9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank & Trust',});m_60386873bee78c68d5249b2e8f840aa9['infowindow'] = new google.maps.InfoWindow({content: $l60386873bee78c68d5249b2e8f840aa9});var infowindow = new google.maps.InfoWindow({content: $l60386873bee78c68d5249b2e8f840aa9});google.maps.event.addListener(m_60386873bee78c68d5249b2e8f840aa9, 'click', function() {infowindow.open(map,m_60386873bee78c68d5249b2e8f840aa9);});$marker.push(m_60386873bee78c68d5249b2e8f840aa9);}});}google.maps.event.addDomListener(window, 'load', initialize);