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.2278,-93.3542)};var g_de70974847ba7f65b315e5afb9842b5a = new google.maps.Geocoder();g_de70974847ba7f65b315e5afb9842b5a.geocode( { 'address': "1918 Maplewood Dr, Sulphur, LA 70663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sulphur-LA-credit-services-a-division-of-ssrm-llc').style.display = '';map = new google.maps.Map(document.getElementById('sulphur-LA-credit-services-a-division-of-ssrm-llc'), mapOptions);}document.getElementById('7948df20').innerHTML += ' | View Map';var $lde70974847ba7f65b315e5afb9842b5a = '

Credit Services/ A Division of SSRM, LLC

Address: 1918 Maplewood Dr, Sulphur, LA 70663, USA
Phone: (337) 433-1756
';var m_de70974847ba7f65b315e5afb9842b5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Services/ A Division of SSRM, LLC',});m_de70974847ba7f65b315e5afb9842b5a['infowindow'] = new google.maps.InfoWindow({content: $lde70974847ba7f65b315e5afb9842b5a});var infowindow = new google.maps.InfoWindow({content: $lde70974847ba7f65b315e5afb9842b5a});google.maps.event.addListener(m_de70974847ba7f65b315e5afb9842b5a, 'click', function() {infowindow.open(map,m_de70974847ba7f65b315e5afb9842b5a);});$marker.push(m_de70974847ba7f65b315e5afb9842b5a);}});}google.maps.event.addDomListener(window, 'load', initialize);