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()};var g_a933075894d2fccffdaa2a492a4a12da = new google.maps.Geocoder();g_a933075894d2fccffdaa2a492a4a12da.geocode( { 'address': "676 Main St N, McKenzie, TN 38201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckenzie-TN-mckenzie-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('mckenzie-TN-mckenzie-banking-co'), mapOptions);}document.getElementById('66f5ab5d').innerHTML += ' | View Map';var $la933075894d2fccffdaa2a492a4a12da = '

McKenzie Banking Co

Address: 676 Main St N, McKenzie, TN 38201
Phone: (731) 352-2262
';var m_a933075894d2fccffdaa2a492a4a12da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McKenzie Banking Co',});m_a933075894d2fccffdaa2a492a4a12da['infowindow'] = new google.maps.InfoWindow({content: $la933075894d2fccffdaa2a492a4a12da});var infowindow = new google.maps.InfoWindow({content: $la933075894d2fccffdaa2a492a4a12da});google.maps.event.addListener(m_a933075894d2fccffdaa2a492a4a12da, 'click', function() {infowindow.open(map,m_a933075894d2fccffdaa2a492a4a12da);});$marker.push(m_a933075894d2fccffdaa2a492a4a12da);}});}google.maps.event.addDomListener(window, 'load', initialize);