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(32.8009,-93.0567)};var g_df56f6b9fb3d48372b0d1ca7d4cc4c0d = new google.maps.Geocoder();g_df56f6b9fb3d48372b0d1ca7d4cc4c0d.geocode( { 'address': "915 W Main St, Homer, LA 71040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homer-LA-security-finance').style.display = '';map = new google.maps.Map(document.getElementById('homer-LA-security-finance'), mapOptions);}document.getElementById('26df57da').innerHTML += ' | View Map';var $ldf56f6b9fb3d48372b0d1ca7d4cc4c0d = '

Security Finance

Address: 915 W Main St, Homer, LA 71040, USA
Phone: (318) 927-9628
';var m_df56f6b9fb3d48372b0d1ca7d4cc4c0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Finance',});m_df56f6b9fb3d48372b0d1ca7d4cc4c0d['infowindow'] = new google.maps.InfoWindow({content: $ldf56f6b9fb3d48372b0d1ca7d4cc4c0d});var infowindow = new google.maps.InfoWindow({content: $ldf56f6b9fb3d48372b0d1ca7d4cc4c0d});google.maps.event.addListener(m_df56f6b9fb3d48372b0d1ca7d4cc4c0d, 'click', function() {infowindow.open(map,m_df56f6b9fb3d48372b0d1ca7d4cc4c0d);});$marker.push(m_df56f6b9fb3d48372b0d1ca7d4cc4c0d);}});}google.maps.event.addDomListener(window, 'load', initialize);