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.1592,-89.7889)};var g_6b94e9cbab99b5338004f0a0598f980e = new google.maps.Geocoder();g_6b94e9cbab99b5338004f0a0598f980e.geocode( { 'address': "1241 Creeks Edge Cove, Cordova, TN 38016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-guaranty-bank'), mapOptions);}document.getElementById('0de1b38b').innerHTML += ' | View Map';var $l6b94e9cbab99b5338004f0a0598f980e = '

Guaranty Bank

Address: 1241 Creeks Edge Cove, Cordova, TN 38016, USA
Phone: (901) 829-3718
';var m_6b94e9cbab99b5338004f0a0598f980e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank',});m_6b94e9cbab99b5338004f0a0598f980e['infowindow'] = new google.maps.InfoWindow({content: $l6b94e9cbab99b5338004f0a0598f980e});var infowindow = new google.maps.InfoWindow({content: $l6b94e9cbab99b5338004f0a0598f980e});google.maps.event.addListener(m_6b94e9cbab99b5338004f0a0598f980e, 'click', function() {infowindow.open(map,m_6b94e9cbab99b5338004f0a0598f980e);});$marker.push(m_6b94e9cbab99b5338004f0a0598f980e);}});}google.maps.event.addDomListener(window, 'load', initialize);