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.6104,-88.8199)};var g_754d8e7fbb2133ba4c8cae034bcfbbaa = new google.maps.Geocoder();g_754d8e7fbb2133ba4c8cae034bcfbbaa.geocode( { 'address': "94 N Star Dr, Jackson, TN 38305"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-TN-first-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('jackson-TN-first-citizens-national-bank'), mapOptions);}document.getElementById('0bff4e16').innerHTML += ' | View Map';var $l754d8e7fbb2133ba4c8cae034bcfbbaa = '

First Citizens National Bank

Address: 94 N Star Dr, Jackson, TN 38305
Phone: (731) 664-9918
';var m_754d8e7fbb2133ba4c8cae034bcfbbaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens National Bank',});m_754d8e7fbb2133ba4c8cae034bcfbbaa['infowindow'] = new google.maps.InfoWindow({content: $l754d8e7fbb2133ba4c8cae034bcfbbaa});var infowindow = new google.maps.InfoWindow({content: $l754d8e7fbb2133ba4c8cae034bcfbbaa});google.maps.event.addListener(m_754d8e7fbb2133ba4c8cae034bcfbbaa, 'click', function() {infowindow.open(map,m_754d8e7fbb2133ba4c8cae034bcfbbaa);});$marker.push(m_754d8e7fbb2133ba4c8cae034bcfbbaa);}});}google.maps.event.addDomListener(window, 'load', initialize);