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.4508,-86.7951)};var g_9ae6087bafcd9cd577af581b2c263140 = new google.maps.Geocoder();g_9ae6087bafcd9cd577af581b2c263140.geocode( { 'address': "500 N Ellington Pkwy, Lewisburg, TN 37091"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisburg-TN-first-commerce-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('lewisburg-TN-first-commerce-bancorp-inc'), mapOptions);}document.getElementById('ec4b9036').innerHTML += ' | View Map';var $l9ae6087bafcd9cd577af581b2c263140 = '

First Commerce Bancorp Inc

Address: 500 N Ellington Pkwy, Lewisburg, TN 37091
Phone: (931) 359-4322
';var m_9ae6087bafcd9cd577af581b2c263140 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commerce Bancorp Inc',});m_9ae6087bafcd9cd577af581b2c263140['infowindow'] = new google.maps.InfoWindow({content: $l9ae6087bafcd9cd577af581b2c263140});var infowindow = new google.maps.InfoWindow({content: $l9ae6087bafcd9cd577af581b2c263140});google.maps.event.addListener(m_9ae6087bafcd9cd577af581b2c263140, 'click', function() {infowindow.open(map,m_9ae6087bafcd9cd577af581b2c263140);});$marker.push(m_9ae6087bafcd9cd577af581b2c263140);}});}google.maps.event.addDomListener(window, 'load', initialize);