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.6975,-88.8291)};var g_a5d72dc597c1caa3431242a61f3e9dc3 = new google.maps.Geocoder();g_a5d72dc597c1caa3431242a61f3e9dc3.geocode( { 'address': "3200 N Highland Ave, Jackson, TN 38305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-TN-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('jackson-TN-community-bank'), mapOptions);}document.getElementById('b2d05883').innerHTML += ' | View Map';var $la5d72dc597c1caa3431242a61f3e9dc3 = '

Community Bank

Address: 3200 N Highland Ave, Jackson, TN 38305, USA
Phone: (731) 664-1198
';var m_a5d72dc597c1caa3431242a61f3e9dc3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_a5d72dc597c1caa3431242a61f3e9dc3['infowindow'] = new google.maps.InfoWindow({content: $la5d72dc597c1caa3431242a61f3e9dc3});var infowindow = new google.maps.InfoWindow({content: $la5d72dc597c1caa3431242a61f3e9dc3});google.maps.event.addListener(m_a5d72dc597c1caa3431242a61f3e9dc3, 'click', function() {infowindow.open(map,m_a5d72dc597c1caa3431242a61f3e9dc3);});$marker.push(m_a5d72dc597c1caa3431242a61f3e9dc3);}});}google.maps.event.addDomListener(window, 'load', initialize);