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(35.2188,-88.2391)};var g_87d4458b2708225521dd476fb7007166 = new google.maps.Geocoder();g_87d4458b2708225521dd476fb7007166.geocode( { 'address': "395 Florence Rd, Savannah, TN 38372, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('savannah-TN-fortune-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('savannah-TN-fortune-financial-corporation'), mapOptions);}document.getElementById('49aeaa35').innerHTML += ' | View Map';var $l87d4458b2708225521dd476fb7007166 = '

Fortune Financial Corporation

Address: 395 Florence Rd, Savannah, TN 38372, USA
Phone: (731) 925-9959
';var m_87d4458b2708225521dd476fb7007166 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fortune Financial Corporation',});m_87d4458b2708225521dd476fb7007166['infowindow'] = new google.maps.InfoWindow({content: $l87d4458b2708225521dd476fb7007166});var infowindow = new google.maps.InfoWindow({content: $l87d4458b2708225521dd476fb7007166});google.maps.event.addListener(m_87d4458b2708225521dd476fb7007166, 'click', function() {infowindow.open(map,m_87d4458b2708225521dd476fb7007166);});$marker.push(m_87d4458b2708225521dd476fb7007166);}});}google.maps.event.addDomListener(window, 'load', initialize);