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.0541,-89.6791)};var g_8589d8bf18a297809c5325676a363a78 = new google.maps.Geocoder();g_8589d8bf18a297809c5325676a363a78.geocode( { 'address': "560 W Poplar Ave, Collierville, TN 38017"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('collierville-TN-fort-sill-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('collierville-TN-fort-sill-national-bank'), mapOptions);}document.getElementById('8b98d08c').innerHTML += ' | View Map';var $l8589d8bf18a297809c5325676a363a78 = '

Fort Sill National Bank

Address: 560 W Poplar Ave, Collierville, TN 38017
Phone: (901) 854-7496
';var m_8589d8bf18a297809c5325676a363a78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Sill National Bank',});m_8589d8bf18a297809c5325676a363a78['infowindow'] = new google.maps.InfoWindow({content: $l8589d8bf18a297809c5325676a363a78});var infowindow = new google.maps.InfoWindow({content: $l8589d8bf18a297809c5325676a363a78});google.maps.event.addListener(m_8589d8bf18a297809c5325676a363a78, 'click', function() {infowindow.open(map,m_8589d8bf18a297809c5325676a363a78);});$marker.push(m_8589d8bf18a297809c5325676a363a78);}});}google.maps.event.addDomListener(window, 'load', initialize);