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_b8d22572681798f5658571ff652ca32f = new google.maps.Geocoder();g_b8d22572681798f5658571ff652ca32f.geocode( { 'address': "1015 W Poplar Ave, Collierville, TN 38017"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('collierville-TN-landmark-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('collierville-TN-landmark-community-bank'), mapOptions);}document.getElementById('79b35aeb').innerHTML += ' | View Map';var $lb8d22572681798f5658571ff652ca32f = '

Landmark Community Bank

Address: 1015 W Poplar Ave, Collierville, TN 38017
Phone: (901) 850-0555
';var m_b8d22572681798f5658571ff652ca32f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark Community Bank',});m_b8d22572681798f5658571ff652ca32f['infowindow'] = new google.maps.InfoWindow({content: $lb8d22572681798f5658571ff652ca32f});var infowindow = new google.maps.InfoWindow({content: $lb8d22572681798f5658571ff652ca32f});google.maps.event.addListener(m_b8d22572681798f5658571ff652ca32f, 'click', function() {infowindow.open(map,m_b8d22572681798f5658571ff652ca32f);});$marker.push(m_b8d22572681798f5658571ff652ca32f);}});}google.maps.event.addDomListener(window, 'load', initialize);