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.9804,-88.4836)};var g_6bf17c2bea3ba09c5227aaf025df9887 = new google.maps.Geocoder();g_6bf17c2bea3ba09c5227aaf025df9887.geocode( { 'address': "304 US-278, Amory, MS 38821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amory-MS-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('amory-MS-republic-finance'), mapOptions);}document.getElementById('2ff1e854').innerHTML += ' | View Map';var $l6bf17c2bea3ba09c5227aaf025df9887 = '

Republic Finance

Address: 304 US-278, Amory, MS 38821, USA
Phone: (662) 256-9116
';var m_6bf17c2bea3ba09c5227aaf025df9887 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_6bf17c2bea3ba09c5227aaf025df9887['infowindow'] = new google.maps.InfoWindow({content: $l6bf17c2bea3ba09c5227aaf025df9887});var infowindow = new google.maps.InfoWindow({content: $l6bf17c2bea3ba09c5227aaf025df9887});google.maps.event.addListener(m_6bf17c2bea3ba09c5227aaf025df9887, 'click', function() {infowindow.open(map,m_6bf17c2bea3ba09c5227aaf025df9887);});$marker.push(m_6bf17c2bea3ba09c5227aaf025df9887);}});}google.maps.event.addDomListener(window, 'load', initialize);