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(29.6971,-91.1946)};var g_1c02c9413c2141ea0e95cd58101a1214 = new google.maps.Geocoder();g_1c02c9413c2141ea0e95cd58101a1214.geocode( { 'address': "6605 LA-182, Morgan City, LA 70380, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morgan-city-LA-united-credit-of-morgan-city').style.display = '';map = new google.maps.Map(document.getElementById('morgan-city-LA-united-credit-of-morgan-city'), mapOptions);}document.getElementById('9e0ef446').innerHTML += ' | View Map';var $l1c02c9413c2141ea0e95cd58101a1214 = '

United Credit of Morgan City

Address: 6605 LA-182, Morgan City, LA 70380, USA
Phone: (985) 385-5505
';var m_1c02c9413c2141ea0e95cd58101a1214 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Credit of Morgan City',});m_1c02c9413c2141ea0e95cd58101a1214['infowindow'] = new google.maps.InfoWindow({content: $l1c02c9413c2141ea0e95cd58101a1214});var infowindow = new google.maps.InfoWindow({content: $l1c02c9413c2141ea0e95cd58101a1214});google.maps.event.addListener(m_1c02c9413c2141ea0e95cd58101a1214, 'click', function() {infowindow.open(map,m_1c02c9413c2141ea0e95cd58101a1214);});$marker.push(m_1c02c9413c2141ea0e95cd58101a1214);}});}google.maps.event.addDomListener(window, 'load', initialize);