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.4503,-88.838)};var g_520479d5dffffec06aefc883f9a56b4b = new google.maps.Geocoder();g_520479d5dffffec06aefc883f9a56b4b.geocode( { 'address': "706 Highway 12 West, Suite C, Starkville, MS 39759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('starkville-MS-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('starkville-MS-1st-franklin-financial'), mapOptions);}document.getElementById('2196e7d7').innerHTML += ' | View Map';var $l520479d5dffffec06aefc883f9a56b4b = '

1st Franklin Financial

Address: 706 Highway 12 West, Suite C, Starkville, MS 39759, USA
Phone: (662) 323-5746
';var m_520479d5dffffec06aefc883f9a56b4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_520479d5dffffec06aefc883f9a56b4b['infowindow'] = new google.maps.InfoWindow({content: $l520479d5dffffec06aefc883f9a56b4b});var infowindow = new google.maps.InfoWindow({content: $l520479d5dffffec06aefc883f9a56b4b});google.maps.event.addListener(m_520479d5dffffec06aefc883f9a56b4b, 'click', function() {infowindow.open(map,m_520479d5dffffec06aefc883f9a56b4b);});$marker.push(m_520479d5dffffec06aefc883f9a56b4b);}});}google.maps.event.addDomListener(window, 'load', initialize);