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.2738,-90.0356)};var g_5a6b45c7e962783b5a8d78f4598f5119 = new google.maps.Geocoder();g_5a6b45c7e962783b5a8d78f4598f5119.geocode( { 'address': "2155 MS-18 d, Brandon, MS 39042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandon-MS-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('brandon-MS-tower-loan'), mapOptions);}document.getElementById('0b8edd25').innerHTML += ' | View Map';var $l5a6b45c7e962783b5a8d78f4598f5119 = '

Tower Loan

Address: 2155 MS-18 d, Brandon, MS 39042, USA
Phone: (601) 706-2897
';var m_5a6b45c7e962783b5a8d78f4598f5119 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_5a6b45c7e962783b5a8d78f4598f5119['infowindow'] = new google.maps.InfoWindow({content: $l5a6b45c7e962783b5a8d78f4598f5119});var infowindow = new google.maps.InfoWindow({content: $l5a6b45c7e962783b5a8d78f4598f5119});google.maps.event.addListener(m_5a6b45c7e962783b5a8d78f4598f5119, 'click', function() {infowindow.open(map,m_5a6b45c7e962783b5a8d78f4598f5119);});$marker.push(m_5a6b45c7e962783b5a8d78f4598f5119);}});}google.maps.event.addDomListener(window, 'load', initialize);