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.1535,-85.5058)};var g_1ee88528443fe627421dfec962b1833b = new google.maps.Geocoder();g_1ee88528443fe627421dfec962b1833b.geocode( { 'address': "51 E Jackson St, Cookeville, TN 38501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cookeville-TN-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('cookeville-TN-citizens-bank'), mapOptions);}document.getElementById('7acd0ddc').innerHTML += ' | View Map';var $l1ee88528443fe627421dfec962b1833b = '

Citizens Bank

Address: 51 E Jackson St, Cookeville, TN 38501, USA
Phone: (931) 528-1999
';var m_1ee88528443fe627421dfec962b1833b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_1ee88528443fe627421dfec962b1833b['infowindow'] = new google.maps.InfoWindow({content: $l1ee88528443fe627421dfec962b1833b});var infowindow = new google.maps.InfoWindow({content: $l1ee88528443fe627421dfec962b1833b});google.maps.event.addListener(m_1ee88528443fe627421dfec962b1833b, 'click', function() {infowindow.open(map,m_1ee88528443fe627421dfec962b1833b);});$marker.push(m_1ee88528443fe627421dfec962b1833b);}});}google.maps.event.addDomListener(window, 'load', initialize);