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(32.3285,-93.2844)};var g_0123e79357886ac54b33b3157dd9dd39 = new google.maps.Geocoder();g_0123e79357886ac54b33b3157dd9dd39.geocode( { 'address': "2382 Mill St, Ringgold, LA 71068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ringgold-LA-community-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('ringgold-LA-community-credit-corporation'), mapOptions);}document.getElementById('79b28370').innerHTML += ' | View Map';var $l0123e79357886ac54b33b3157dd9dd39 = '

Community Credit Corporation

Address: 2382 Mill St, Ringgold, LA 71068, USA
Phone: (318) 894-4748
';var m_0123e79357886ac54b33b3157dd9dd39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Credit Corporation',});m_0123e79357886ac54b33b3157dd9dd39['infowindow'] = new google.maps.InfoWindow({content: $l0123e79357886ac54b33b3157dd9dd39});var infowindow = new google.maps.InfoWindow({content: $l0123e79357886ac54b33b3157dd9dd39});google.maps.event.addListener(m_0123e79357886ac54b33b3157dd9dd39, 'click', function() {infowindow.open(map,m_0123e79357886ac54b33b3157dd9dd39);});$marker.push(m_0123e79357886ac54b33b3157dd9dd39);}});}google.maps.event.addDomListener(window, 'load', initialize);