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.0968,-92.063)};var g_d578525a352862bd6098cbff0e02482f = new google.maps.Geocoder();g_d578525a352862bd6098cbff0e02482f.geocode( { 'address': "154 -A Goldenrod, Mansura, LA 71350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansura-LA-liberty-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('mansura-LA-liberty-finance-co'), mapOptions);}document.getElementById('303213ba').innerHTML += ' | View Map';var $ld578525a352862bd6098cbff0e02482f = '

Liberty Finance Co

Address: 154 -A Goldenrod, Mansura, LA 71350, USA
Phone: (318) 253-0047
';var m_d578525a352862bd6098cbff0e02482f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Finance Co',});m_d578525a352862bd6098cbff0e02482f['infowindow'] = new google.maps.InfoWindow({content: $ld578525a352862bd6098cbff0e02482f});var infowindow = new google.maps.InfoWindow({content: $ld578525a352862bd6098cbff0e02482f});google.maps.event.addListener(m_d578525a352862bd6098cbff0e02482f, 'click', function() {infowindow.open(map,m_d578525a352862bd6098cbff0e02482f);});$marker.push(m_d578525a352862bd6098cbff0e02482f);}});}google.maps.event.addDomListener(window, 'load', initialize);