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.7919,-93.0538)};var g_7cf3432369fc9a5de26fe6ec7399576d = new google.maps.Geocoder();g_7cf3432369fc9a5de26fe6ec7399576d.geocode( { 'address': "413 N Main St, Homer, LA 71040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homer-LA-homer-loans--insurance-inc').style.display = '';map = new google.maps.Map(document.getElementById('homer-LA-homer-loans--insurance-inc'), mapOptions);}document.getElementById('5a28d1b9').innerHTML += ' | View Map';var $l7cf3432369fc9a5de26fe6ec7399576d = '

Homer Loans & Insurance Inc

Address: 413 N Main St, Homer, LA 71040, USA
Phone: (318) 927-0039
';var m_7cf3432369fc9a5de26fe6ec7399576d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homer Loans & Insurance Inc',});m_7cf3432369fc9a5de26fe6ec7399576d['infowindow'] = new google.maps.InfoWindow({content: $l7cf3432369fc9a5de26fe6ec7399576d});var infowindow = new google.maps.InfoWindow({content: $l7cf3432369fc9a5de26fe6ec7399576d});google.maps.event.addListener(m_7cf3432369fc9a5de26fe6ec7399576d, 'click', function() {infowindow.open(map,m_7cf3432369fc9a5de26fe6ec7399576d);});$marker.push(m_7cf3432369fc9a5de26fe6ec7399576d);}});}google.maps.event.addDomListener(window, 'load', initialize);