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.9772,-88.4693)};var g_9c5cd64df28b6d50618571684093ad43 = new google.maps.Geocoder();g_9c5cd64df28b6d50618571684093ad43.geocode( { 'address': "1207 US-278, Amory, MS 38821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amory-MS-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('amory-MS-1st-franklin-financial'), mapOptions);}document.getElementById('3d172d4b').innerHTML += ' | View Map';var $l9c5cd64df28b6d50618571684093ad43 = '

1st Franklin Financial

Address: 1207 US-278, Amory, MS 38821, USA
Phone: (662) 256-1054
';var m_9c5cd64df28b6d50618571684093ad43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_9c5cd64df28b6d50618571684093ad43['infowindow'] = new google.maps.InfoWindow({content: $l9c5cd64df28b6d50618571684093ad43});var infowindow = new google.maps.InfoWindow({content: $l9c5cd64df28b6d50618571684093ad43});google.maps.event.addListener(m_9c5cd64df28b6d50618571684093ad43, 'click', function() {infowindow.open(map,m_9c5cd64df28b6d50618571684093ad43);});$marker.push(m_9c5cd64df28b6d50618571684093ad43);}});}google.maps.event.addDomListener(window, 'load', initialize);