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.1289,-92.1538)};var g_67163e392fedf992e727b0cbecc229af = new google.maps.Geocoder();g_67163e392fedf992e727b0cbecc229af.geocode( { 'address': "202 Main St, Columbia, LA 71418"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-LA-caldwell-holding-co').style.display = '';map = new google.maps.Map(document.getElementById('columbia-LA-caldwell-holding-co'), mapOptions);}document.getElementById('2ebac9b9').innerHTML += ' | View Map';var $l67163e392fedf992e727b0cbecc229af = '

Caldwell Holding Co

Address: 202 Main St, Columbia, LA 71418
Phone: (318) 649-2351
';var m_67163e392fedf992e727b0cbecc229af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Caldwell Holding Co',});m_67163e392fedf992e727b0cbecc229af['infowindow'] = new google.maps.InfoWindow({content: $l67163e392fedf992e727b0cbecc229af});var infowindow = new google.maps.InfoWindow({content: $l67163e392fedf992e727b0cbecc229af});google.maps.event.addListener(m_67163e392fedf992e727b0cbecc229af, 'click', function() {infowindow.open(map,m_67163e392fedf992e727b0cbecc229af);});$marker.push(m_67163e392fedf992e727b0cbecc229af);}});}google.maps.event.addDomListener(window, 'load', initialize);