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.1688,-90.855)};var g_0e4c11f657de720a1b7aeb04e2ba810e = new google.maps.Geocoder();g_0e4c11f657de720a1b7aeb04e2ba810e.geocode( { 'address': "120 W Washington St, Hollandale, MS 38748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollandale-MS-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('hollandale-MS-tower-loan'), mapOptions);}document.getElementById('0b6af613').innerHTML += ' | View Map';var $l0e4c11f657de720a1b7aeb04e2ba810e = '

Tower Loan

Address: 120 W Washington St, Hollandale, MS 38748, USA
Phone: (662) 827-2943
';var m_0e4c11f657de720a1b7aeb04e2ba810e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_0e4c11f657de720a1b7aeb04e2ba810e['infowindow'] = new google.maps.InfoWindow({content: $l0e4c11f657de720a1b7aeb04e2ba810e});var infowindow = new google.maps.InfoWindow({content: $l0e4c11f657de720a1b7aeb04e2ba810e});google.maps.event.addListener(m_0e4c11f657de720a1b7aeb04e2ba810e, 'click', function() {infowindow.open(map,m_0e4c11f657de720a1b7aeb04e2ba810e);});$marker.push(m_0e4c11f657de720a1b7aeb04e2ba810e);}});}google.maps.event.addDomListener(window, 'load', initialize);