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.425,-89.0561)};var g_4eaf2561e9842a2d94a02829fb286f6f = new google.maps.Geocoder();g_4eaf2561e9842a2d94a02829fb286f6f.geocode( { 'address': "1491 S 1st St, Union City, TN 38261"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-TN-reelfoot-bank').style.display = '';map = new google.maps.Map(document.getElementById('union-city-TN-reelfoot-bank'), mapOptions);}document.getElementById('14334448').innerHTML += ' | View Map';var $l4eaf2561e9842a2d94a02829fb286f6f = '

Reelfoot Bank

Address: 1491 S 1st St, Union City, TN 38261
Phone: (731) 885-1010
';var m_4eaf2561e9842a2d94a02829fb286f6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reelfoot Bank',});m_4eaf2561e9842a2d94a02829fb286f6f['infowindow'] = new google.maps.InfoWindow({content: $l4eaf2561e9842a2d94a02829fb286f6f});var infowindow = new google.maps.InfoWindow({content: $l4eaf2561e9842a2d94a02829fb286f6f});google.maps.event.addListener(m_4eaf2561e9842a2d94a02829fb286f6f, 'click', function() {infowindow.open(map,m_4eaf2561e9842a2d94a02829fb286f6f);});$marker.push(m_4eaf2561e9842a2d94a02829fb286f6f);}});}google.maps.event.addDomListener(window, 'load', initialize);