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_0fd8181c260a56cec9e25d3167daf19b = new google.maps.Geocoder();g_0fd8181c260a56cec9e25d3167daf19b.geocode( { 'address': "1130 W Poplar Ave, Collierville, TN 38017"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('collierville-TN-triumph-bank').style.display = '';map = new google.maps.Map(document.getElementById('collierville-TN-triumph-bank'), mapOptions);}document.getElementById('9c538dd2').innerHTML += ' | View Map';var $l0fd8181c260a56cec9e25d3167daf19b = '

Triumph Bank

Address: 1130 W Poplar Ave, Collierville, TN 38017
Phone: (901) 333-8870
';var m_0fd8181c260a56cec9e25d3167daf19b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Triumph Bank',});m_0fd8181c260a56cec9e25d3167daf19b['infowindow'] = new google.maps.InfoWindow({content: $l0fd8181c260a56cec9e25d3167daf19b});var infowindow = new google.maps.InfoWindow({content: $l0fd8181c260a56cec9e25d3167daf19b});google.maps.event.addListener(m_0fd8181c260a56cec9e25d3167daf19b, 'click', function() {infowindow.open(map,m_0fd8181c260a56cec9e25d3167daf19b);});$marker.push(m_0fd8181c260a56cec9e25d3167daf19b);}});}google.maps.event.addDomListener(window, 'load', initialize);