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.7594,-97.3291)};var g_714c846cbf4b9b78e37968fae5a6a0f1 = new google.maps.Geocoder();g_714c846cbf4b9b78e37968fae5a6a0f1.geocode( { 'address': "300 Burnett St, Fort Worth, TX 76102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-farmers-foresters-lp').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-farmers-foresters-lp'), mapOptions);}document.getElementById('89248e1e').innerHTML += ' | View Map';var $l714c846cbf4b9b78e37968fae5a6a0f1 = '

Farmers & Foresters LP

Address: 300 Burnett St, Fort Worth, TX 76102
Phone: (817) 348-0524
';var m_714c846cbf4b9b78e37968fae5a6a0f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Foresters LP',});m_714c846cbf4b9b78e37968fae5a6a0f1['infowindow'] = new google.maps.InfoWindow({content: $l714c846cbf4b9b78e37968fae5a6a0f1});var infowindow = new google.maps.InfoWindow({content: $l714c846cbf4b9b78e37968fae5a6a0f1});google.maps.event.addListener(m_714c846cbf4b9b78e37968fae5a6a0f1, 'click', function() {infowindow.open(map,m_714c846cbf4b9b78e37968fae5a6a0f1);});$marker.push(m_714c846cbf4b9b78e37968fae5a6a0f1);}});}google.maps.event.addDomListener(window, 'load', initialize);