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.5749,-86.2236)};var g_a5fdfa672284da6bf4f4326e2b3698bd = new google.maps.Geocoder();g_a5fdfa672284da6bf4f4326e2b3698bd.geocode( { 'address': "990 New Highway 52 E, Westmoreland, TN 37186"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westmoreland-TN-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('westmoreland-TN-citizens-bank'), mapOptions);}document.getElementById('fbbe1811').innerHTML += ' | View Map';var $la5fdfa672284da6bf4f4326e2b3698bd = '

Citizens Bank

Address: 990 New Highway 52 E, Westmoreland, TN 37186
Phone: (615) 644-2119
';var m_a5fdfa672284da6bf4f4326e2b3698bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_a5fdfa672284da6bf4f4326e2b3698bd['infowindow'] = new google.maps.InfoWindow({content: $la5fdfa672284da6bf4f4326e2b3698bd});var infowindow = new google.maps.InfoWindow({content: $la5fdfa672284da6bf4f4326e2b3698bd});google.maps.event.addListener(m_a5fdfa672284da6bf4f4326e2b3698bd, 'click', function() {infowindow.open(map,m_a5fdfa672284da6bf4f4326e2b3698bd);});$marker.push(m_a5fdfa672284da6bf4f4326e2b3698bd);}});}google.maps.event.addDomListener(window, 'load', initialize);