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.5678,-91.4278)};var g_864e5ba4389c6969914071237f66698f = new google.maps.Geocoder();g_864e5ba4389c6969914071237f66698f.geocode( { 'address': "310 Texas St, Vidalia, LA 71373, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vidalia-LA-central-louisiana-capital-corporation').style.display = '';map = new google.maps.Map(document.getElementById('vidalia-LA-central-louisiana-capital-corporation'), mapOptions);}document.getElementById('a089786a').innerHTML += ' | View Map';var $l864e5ba4389c6969914071237f66698f = '

Central Louisiana Capital Corporation

Address: 310 Texas St, Vidalia, LA 71373, USA
Phone: (318) 336-4510
';var m_864e5ba4389c6969914071237f66698f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Louisiana Capital Corporation',});m_864e5ba4389c6969914071237f66698f['infowindow'] = new google.maps.InfoWindow({content: $l864e5ba4389c6969914071237f66698f});var infowindow = new google.maps.InfoWindow({content: $l864e5ba4389c6969914071237f66698f});google.maps.event.addListener(m_864e5ba4389c6969914071237f66698f, 'click', function() {infowindow.open(map,m_864e5ba4389c6969914071237f66698f);});$marker.push(m_864e5ba4389c6969914071237f66698f);}});}google.maps.event.addDomListener(window, 'load', initialize);