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.987,-88.4907)};var g_c4880c89c9a1764accd11ecc9a40ed28 = new google.maps.Geocoder();g_c4880c89c9a1764accd11ecc9a40ed28.geocode( { 'address': "221 S Main St, Amory, MS 38821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amory-MS-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('amory-MS-tower-loan'), mapOptions);}document.getElementById('d72d19aa').innerHTML += ' | View Map';var $lc4880c89c9a1764accd11ecc9a40ed28 = '

Tower Loan

Address: 221 S Main St, Amory, MS 38821, USA
Phone: (662) 256-9201
';var m_c4880c89c9a1764accd11ecc9a40ed28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_c4880c89c9a1764accd11ecc9a40ed28['infowindow'] = new google.maps.InfoWindow({content: $lc4880c89c9a1764accd11ecc9a40ed28});var infowindow = new google.maps.InfoWindow({content: $lc4880c89c9a1764accd11ecc9a40ed28});google.maps.event.addListener(m_c4880c89c9a1764accd11ecc9a40ed28, 'click', function() {infowindow.open(map,m_c4880c89c9a1764accd11ecc9a40ed28);});$marker.push(m_c4880c89c9a1764accd11ecc9a40ed28);}});}google.maps.event.addDomListener(window, 'load', initialize);