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.567,-93.4874)};var g_246aceb050d724db0a28b02ada9b4d87 = new google.maps.Geocoder();g_246aceb050d724db0a28b02ada9b4d87.geocode( { 'address': "208 Pico St, Many, LA 71449, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('many-LA-united-credit-of-many').style.display = '';map = new google.maps.Map(document.getElementById('many-LA-united-credit-of-many'), mapOptions);}document.getElementById('8783ec12').innerHTML += ' | View Map';var $l246aceb050d724db0a28b02ada9b4d87 = '

United Credit of Many

Address: 208 Pico St, Many, LA 71449, USA
Phone: (318) 256-6776
';var m_246aceb050d724db0a28b02ada9b4d87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Credit of Many',});m_246aceb050d724db0a28b02ada9b4d87['infowindow'] = new google.maps.InfoWindow({content: $l246aceb050d724db0a28b02ada9b4d87});var infowindow = new google.maps.InfoWindow({content: $l246aceb050d724db0a28b02ada9b4d87});google.maps.event.addListener(m_246aceb050d724db0a28b02ada9b4d87, 'click', function() {infowindow.open(map,m_246aceb050d724db0a28b02ada9b4d87);});$marker.push(m_246aceb050d724db0a28b02ada9b4d87);}});}google.maps.event.addDomListener(window, 'load', initialize);