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.288,-91.2348)};var g_641a4fc2b5fa3f817424aff7ed521887 = new google.maps.Geocoder();g_641a4fc2b5fa3f817424aff7ed521887.geocode( { 'address': "23645 Railroad Ave, Plaquemine, LA 70764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plaquemine-LA-plaquemine-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('plaquemine-LA-plaquemine-credit-inc'), mapOptions);}document.getElementById('67def58c').innerHTML += ' | View Map';var $l641a4fc2b5fa3f817424aff7ed521887 = '

Plaquemine Credit Inc

Address: 23645 Railroad Ave, Plaquemine, LA 70764, USA
Phone: (225) 687-4386
';var m_641a4fc2b5fa3f817424aff7ed521887 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plaquemine Credit Inc',});m_641a4fc2b5fa3f817424aff7ed521887['infowindow'] = new google.maps.InfoWindow({content: $l641a4fc2b5fa3f817424aff7ed521887});var infowindow = new google.maps.InfoWindow({content: $l641a4fc2b5fa3f817424aff7ed521887});google.maps.event.addListener(m_641a4fc2b5fa3f817424aff7ed521887, 'click', function() {infowindow.open(map,m_641a4fc2b5fa3f817424aff7ed521887);});$marker.push(m_641a4fc2b5fa3f817424aff7ed521887);}});}google.maps.event.addDomListener(window, 'load', initialize);