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.6296,-91.553)};var g_26e7a304ed45698a4ce9dce1a964daf7 = new google.maps.Geocoder();g_26e7a304ed45698a4ce9dce1a964daf7.geocode( { 'address': "106 Louisiana Ave, Ferriday, LA 71334, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ferriday-LA-security-finance').style.display = '';map = new google.maps.Map(document.getElementById('ferriday-LA-security-finance'), mapOptions);}document.getElementById('81e6191b').innerHTML += ' | View Map';var $l26e7a304ed45698a4ce9dce1a964daf7 = '

Security Finance

Address: 106 Louisiana Ave, Ferriday, LA 71334, USA
Phone: (318) 757-3616
';var m_26e7a304ed45698a4ce9dce1a964daf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Finance',});m_26e7a304ed45698a4ce9dce1a964daf7['infowindow'] = new google.maps.InfoWindow({content: $l26e7a304ed45698a4ce9dce1a964daf7});var infowindow = new google.maps.InfoWindow({content: $l26e7a304ed45698a4ce9dce1a964daf7});google.maps.event.addListener(m_26e7a304ed45698a4ce9dce1a964daf7, 'click', function() {infowindow.open(map,m_26e7a304ed45698a4ce9dce1a964daf7);});$marker.push(m_26e7a304ed45698a4ce9dce1a964daf7);}});}google.maps.event.addDomListener(window, 'load', initialize);