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(30.8453,-90.1558)};var g_fbbbb11a49c397ec85cee4c1168ef160 = new google.maps.Geocoder();g_fbbbb11a49c397ec85cee4c1168ef160.geocode( { 'address': "945 Ellis St, Franklinton, LA 70438, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklinton-LA-lee-finance-co-of-franklinton').style.display = '';map = new google.maps.Map(document.getElementById('franklinton-LA-lee-finance-co-of-franklinton'), mapOptions);}document.getElementById('1321e258').innerHTML += ' | View Map';var $lfbbbb11a49c397ec85cee4c1168ef160 = '

Lee Finance Co of Franklinton

Address: 945 Ellis St, Franklinton, LA 70438, USA
Phone: (985) 839-4653
';var m_fbbbb11a49c397ec85cee4c1168ef160 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lee Finance Co of Franklinton',});m_fbbbb11a49c397ec85cee4c1168ef160['infowindow'] = new google.maps.InfoWindow({content: $lfbbbb11a49c397ec85cee4c1168ef160});var infowindow = new google.maps.InfoWindow({content: $lfbbbb11a49c397ec85cee4c1168ef160});google.maps.event.addListener(m_fbbbb11a49c397ec85cee4c1168ef160, 'click', function() {infowindow.open(map,m_fbbbb11a49c397ec85cee4c1168ef160);});$marker.push(m_fbbbb11a49c397ec85cee4c1168ef160);}});}google.maps.event.addDomListener(window, 'load', initialize);