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.6127,-86.7)};var g_52ab2988c90e81715008ed5189632b8d = new google.maps.Geocoder();g_52ab2988c90e81715008ed5189632b8d.geocode( { 'address': "4650 Nashville Hwy, Chapel Hill, TN 37034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chapel-hill-TN-first-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('chapel-hill-TN-first-commerce-bank'), mapOptions);}document.getElementById('418ce4fc').innerHTML += ' | View Map';var $l52ab2988c90e81715008ed5189632b8d = '

First Commerce Bank

Address: 4650 Nashville Hwy, Chapel Hill, TN 37034, USA
Phone: (931) 364-7888
';var m_52ab2988c90e81715008ed5189632b8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commerce Bank',});m_52ab2988c90e81715008ed5189632b8d['infowindow'] = new google.maps.InfoWindow({content: $l52ab2988c90e81715008ed5189632b8d});var infowindow = new google.maps.InfoWindow({content: $l52ab2988c90e81715008ed5189632b8d});google.maps.event.addListener(m_52ab2988c90e81715008ed5189632b8d, 'click', function() {infowindow.open(map,m_52ab2988c90e81715008ed5189632b8d);});$marker.push(m_52ab2988c90e81715008ed5189632b8d);}});}google.maps.event.addDomListener(window, 'load', initialize);