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.1656,-86.7798)};var g_a68259547f3d25ab3c0a5c0adb4e3498 = new google.maps.Geocoder();g_a68259547f3d25ab3c0a5c0adb4e3498.geocode( { 'address': "922 Harpeth Valley Pl, Nashville, TN 37221"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashville-TN-commerce-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('nashville-TN-commerce-union-bank'), mapOptions);}document.getElementById('c10a1e80').innerHTML += ' | View Map';var $la68259547f3d25ab3c0a5c0adb4e3498 = '

Commerce Union Bank

Address: 922 Harpeth Valley Pl, Nashville, TN 37221
Phone: (615) 938-7666
';var m_a68259547f3d25ab3c0a5c0adb4e3498 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Union Bank',});m_a68259547f3d25ab3c0a5c0adb4e3498['infowindow'] = new google.maps.InfoWindow({content: $la68259547f3d25ab3c0a5c0adb4e3498});var infowindow = new google.maps.InfoWindow({content: $la68259547f3d25ab3c0a5c0adb4e3498});google.maps.event.addListener(m_a68259547f3d25ab3c0a5c0adb4e3498, 'click', function() {infowindow.open(map,m_a68259547f3d25ab3c0a5c0adb4e3498);});$marker.push(m_a68259547f3d25ab3c0a5c0adb4e3498);}});}google.maps.event.addDomListener(window, 'load', initialize);