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(36.2534,-85.9521)};var g_132090a07174941bafd0500fa3f154c8 = new google.maps.Geocoder();g_132090a07174941bafd0500fa3f154c8.geocode( { 'address': "407 Main St N, Carthage, TN 37030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carthage-TN-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('carthage-TN-citizens-bank'), mapOptions);}document.getElementById('611fc476').innerHTML += ' | View Map';var $l132090a07174941bafd0500fa3f154c8 = '

Citizens Bank

Address: 407 Main St N, Carthage, TN 37030, USA
Phone: (615) 735-1490
';var m_132090a07174941bafd0500fa3f154c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_132090a07174941bafd0500fa3f154c8['infowindow'] = new google.maps.InfoWindow({content: $l132090a07174941bafd0500fa3f154c8});var infowindow = new google.maps.InfoWindow({content: $l132090a07174941bafd0500fa3f154c8});google.maps.event.addListener(m_132090a07174941bafd0500fa3f154c8, 'click', function() {infowindow.open(map,m_132090a07174941bafd0500fa3f154c8);});$marker.push(m_132090a07174941bafd0500fa3f154c8);}});}google.maps.event.addDomListener(window, 'load', initialize);