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(33.1125,-90.0576)};var g_172542e23fd13f9c57b7fda580df52eb = new google.maps.Geocoder();g_172542e23fd13f9c57b7fda580df52eb.geocode( { 'address': "108 Spring St, Lexington, MS 39095, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-MS-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('lexington-MS-tower-loan'), mapOptions);}document.getElementById('cf021061').innerHTML += ' | View Map';var $l172542e23fd13f9c57b7fda580df52eb = '

Tower Loan

Address: 108 Spring St, Lexington, MS 39095, USA
Phone: (662) 834-1111
';var m_172542e23fd13f9c57b7fda580df52eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_172542e23fd13f9c57b7fda580df52eb['infowindow'] = new google.maps.InfoWindow({content: $l172542e23fd13f9c57b7fda580df52eb});var infowindow = new google.maps.InfoWindow({content: $l172542e23fd13f9c57b7fda580df52eb});google.maps.event.addListener(m_172542e23fd13f9c57b7fda580df52eb, 'click', function() {infowindow.open(map,m_172542e23fd13f9c57b7fda580df52eb);});$marker.push(m_172542e23fd13f9c57b7fda580df52eb);}});}google.maps.event.addDomListener(window, 'load', initialize);