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(29.7912,-91.5017)};var g_7dfd4aabcf0ffddcde7bad619b0f67e4 = new google.maps.Geocoder();g_7dfd4aabcf0ffddcde7bad619b0f67e4.geocode( { 'address': "302 Willow St, Franklin, LA 70538, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-LA-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('franklin-LA-republic-finance'), mapOptions);}document.getElementById('3caf0110').innerHTML += ' | View Map';var $l7dfd4aabcf0ffddcde7bad619b0f67e4 = '

Republic Finance

Address: 302 Willow St, Franklin, LA 70538, USA
Phone: (337) 828-4010
';var m_7dfd4aabcf0ffddcde7bad619b0f67e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_7dfd4aabcf0ffddcde7bad619b0f67e4['infowindow'] = new google.maps.InfoWindow({content: $l7dfd4aabcf0ffddcde7bad619b0f67e4});var infowindow = new google.maps.InfoWindow({content: $l7dfd4aabcf0ffddcde7bad619b0f67e4});google.maps.event.addListener(m_7dfd4aabcf0ffddcde7bad619b0f67e4, 'click', function() {infowindow.open(map,m_7dfd4aabcf0ffddcde7bad619b0f67e4);});$marker.push(m_7dfd4aabcf0ffddcde7bad619b0f67e4);}});}google.maps.event.addDomListener(window, 'load', initialize);