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.7788,-91.8968)};var g_449463f432e7a5fd059972ec8b207d21 = new google.maps.Geocoder();g_449463f432e7a5fd059972ec8b207d21.geocode( { 'address': "202 Cleveland St, Bastrop, LA 71220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bastrop-LA-farm-bureau-insurance').style.display = '';map = new google.maps.Map(document.getElementById('bastrop-LA-farm-bureau-insurance'), mapOptions);}document.getElementById('8302daec').innerHTML += ' | View Map';var $l449463f432e7a5fd059972ec8b207d21 = '

Farm Bureau Insurance

Address: 202 Cleveland St, Bastrop, LA 71220, USA
Phone: (318) 283-0200
';var m_449463f432e7a5fd059972ec8b207d21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Bureau Insurance',});m_449463f432e7a5fd059972ec8b207d21['infowindow'] = new google.maps.InfoWindow({content: $l449463f432e7a5fd059972ec8b207d21});var infowindow = new google.maps.InfoWindow({content: $l449463f432e7a5fd059972ec8b207d21});google.maps.event.addListener(m_449463f432e7a5fd059972ec8b207d21, 'click', function() {infowindow.open(map,m_449463f432e7a5fd059972ec8b207d21);});$marker.push(m_449463f432e7a5fd059972ec8b207d21);}});}google.maps.event.addDomListener(window, 'load', initialize);