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.1395,-86.8183)};var g_807c2fa13d210319043db7c80d7cfb00 = new google.maps.Geocoder();g_807c2fa13d210319043db7c80d7cfb00.geocode( { 'address': "3325 West End Ave, Nashville, TN 37203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashville-TN-civic-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('nashville-TN-civic-bank--trust'), mapOptions);}document.getElementById('77734132').innerHTML += ' | View Map';var $l807c2fa13d210319043db7c80d7cfb00 = '

Civic Bank & Trust

Address: 3325 West End Ave, Nashville, TN 37203, USA
Phone: (615) 515-8000
';var m_807c2fa13d210319043db7c80d7cfb00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Civic Bank & Trust',});m_807c2fa13d210319043db7c80d7cfb00['infowindow'] = new google.maps.InfoWindow({content: $l807c2fa13d210319043db7c80d7cfb00});var infowindow = new google.maps.InfoWindow({content: $l807c2fa13d210319043db7c80d7cfb00});google.maps.event.addListener(m_807c2fa13d210319043db7c80d7cfb00, 'click', function() {infowindow.open(map,m_807c2fa13d210319043db7c80d7cfb00);});$marker.push(m_807c2fa13d210319043db7c80d7cfb00);}});}google.maps.event.addDomListener(window, 'load', initialize);