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(32.3298,-90.3049)};var g_c607c349c4c3d796ee08fd198942ee2c = new google.maps.Geocoder();g_c607c349c4c3d796ee08fd198942ee2c.geocode( { 'address': "941 Hwy 80 E, Clinton, MS 39056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MS-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MS-tower-loan'), mapOptions);}document.getElementById('a7c57fa7').innerHTML += ' | View Map';var $lc607c349c4c3d796ee08fd198942ee2c = '

Tower Loan

Address: 941 Hwy 80 E, Clinton, MS 39056, USA
Phone: (601) 924-6607
';var m_c607c349c4c3d796ee08fd198942ee2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_c607c349c4c3d796ee08fd198942ee2c['infowindow'] = new google.maps.InfoWindow({content: $lc607c349c4c3d796ee08fd198942ee2c});var infowindow = new google.maps.InfoWindow({content: $lc607c349c4c3d796ee08fd198942ee2c});google.maps.event.addListener(m_c607c349c4c3d796ee08fd198942ee2c, 'click', function() {infowindow.open(map,m_c607c349c4c3d796ee08fd198942ee2c);});$marker.push(m_c607c349c4c3d796ee08fd198942ee2c);}});}google.maps.event.addDomListener(window, 'load', initialize);