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.2032,-92.0547)};var g_9a8a7205e2aa8f927bd0ee99371f8e41 = new google.maps.Geocoder();g_9a8a7205e2aa8f927bd0ee99371f8e41.geocode( { 'address': "143 Arnould Blvd, Lafayette, LA 70506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-1st-franklin-financial'), mapOptions);}document.getElementById('98d604ff').innerHTML += ' | View Map';var $l9a8a7205e2aa8f927bd0ee99371f8e41 = '

1st Franklin Financial

Address: 143 Arnould Blvd, Lafayette, LA 70506, USA
Phone: (337) 988-9979
';var m_9a8a7205e2aa8f927bd0ee99371f8e41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_9a8a7205e2aa8f927bd0ee99371f8e41['infowindow'] = new google.maps.InfoWindow({content: $l9a8a7205e2aa8f927bd0ee99371f8e41});var infowindow = new google.maps.InfoWindow({content: $l9a8a7205e2aa8f927bd0ee99371f8e41});google.maps.event.addListener(m_9a8a7205e2aa8f927bd0ee99371f8e41, 'click', function() {infowindow.open(map,m_9a8a7205e2aa8f927bd0ee99371f8e41);});$marker.push(m_9a8a7205e2aa8f927bd0ee99371f8e41);}});}google.maps.event.addDomListener(window, 'load', initialize);