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(31.2805,-92.4716)};var g_7f660095e1c004352d07687ea629950b = new google.maps.Geocoder();g_7f660095e1c004352d07687ea629950b.geocode( { 'address': "1703 MacArthur Dr, Alexandria, LA 71301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-LA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-LA-1st-franklin-financial'), mapOptions);}document.getElementById('78c9291a').innerHTML += ' | View Map';var $l7f660095e1c004352d07687ea629950b = '

1st Franklin Financial

Address: 1703 MacArthur Dr, Alexandria, LA 71301, USA
Phone: (318) 443-6367
';var m_7f660095e1c004352d07687ea629950b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_7f660095e1c004352d07687ea629950b['infowindow'] = new google.maps.InfoWindow({content: $l7f660095e1c004352d07687ea629950b});var infowindow = new google.maps.InfoWindow({content: $l7f660095e1c004352d07687ea629950b});google.maps.event.addListener(m_7f660095e1c004352d07687ea629950b, 'click', function() {infowindow.open(map,m_7f660095e1c004352d07687ea629950b);});$marker.push(m_7f660095e1c004352d07687ea629950b);}});}google.maps.event.addDomListener(window, 'load', initialize);