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.1385,-85.266)};var g_ddd9742015d26eafd36035a9ac4cc978 = new google.maps.Geocoder();g_ddd9742015d26eafd36035a9ac4cc978.geocode( { 'address': "100 W Commercial Ave, Monterey, TN 38574"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-TN-bank-of-putnam-county').style.display = '';map = new google.maps.Map(document.getElementById('monterey-TN-bank-of-putnam-county'), mapOptions);}document.getElementById('0aa948ea').innerHTML += ' | View Map';var $lddd9742015d26eafd36035a9ac4cc978 = '

Bank Of Putnam County

Address: 100 W Commercial Ave, Monterey, TN 38574
Phone: (931) 839-2211
';var m_ddd9742015d26eafd36035a9ac4cc978 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Putnam County',});m_ddd9742015d26eafd36035a9ac4cc978['infowindow'] = new google.maps.InfoWindow({content: $lddd9742015d26eafd36035a9ac4cc978});var infowindow = new google.maps.InfoWindow({content: $lddd9742015d26eafd36035a9ac4cc978});google.maps.event.addListener(m_ddd9742015d26eafd36035a9ac4cc978, 'click', function() {infowindow.open(map,m_ddd9742015d26eafd36035a9ac4cc978);});$marker.push(m_ddd9742015d26eafd36035a9ac4cc978);}});}google.maps.event.addDomListener(window, 'load', initialize);