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.8675,-93.2844)};var g_192978fbb773c21c448cc7e257480d81 = new google.maps.Geocoder();g_192978fbb773c21c448cc7e257480d81.geocode( { 'address': "1212 N Pine St, DeRidder, LA 70634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deridder-LA-liberty-loans').style.display = '';map = new google.maps.Map(document.getElementById('deridder-LA-liberty-loans'), mapOptions);}document.getElementById('0680cee4').innerHTML += ' | View Map';var $l192978fbb773c21c448cc7e257480d81 = '

Liberty Loans

Address: 1212 N Pine St, DeRidder, LA 70634, USA
Phone: (337) 463-3300
';var m_192978fbb773c21c448cc7e257480d81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Loans',});m_192978fbb773c21c448cc7e257480d81['infowindow'] = new google.maps.InfoWindow({content: $l192978fbb773c21c448cc7e257480d81});var infowindow = new google.maps.InfoWindow({content: $l192978fbb773c21c448cc7e257480d81});google.maps.event.addListener(m_192978fbb773c21c448cc7e257480d81, 'click', function() {infowindow.open(map,m_192978fbb773c21c448cc7e257480d81);});$marker.push(m_192978fbb773c21c448cc7e257480d81);}});}google.maps.event.addDomListener(window, 'load', initialize);