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(33.1782,-102.276)};var g_6835795797a9990627be38cde838532f = new google.maps.Geocoder();g_6835795797a9990627be38cde838532f.geocode( { 'address': "121 W Broadway St, Brownfield, TX 79316, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brownfield-TX-agtexas-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('brownfield-TX-agtexas-farm-credit-services'), mapOptions);}document.getElementById('a16a17f5').innerHTML += ' | View Map';var $l6835795797a9990627be38cde838532f = '

AgTexas Farm Credit Services

Address: 121 W Broadway St, Brownfield, TX 79316, USA
Phone: (806) 637-3589
';var m_6835795797a9990627be38cde838532f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AgTexas Farm Credit Services',});m_6835795797a9990627be38cde838532f['infowindow'] = new google.maps.InfoWindow({content: $l6835795797a9990627be38cde838532f});var infowindow = new google.maps.InfoWindow({content: $l6835795797a9990627be38cde838532f});google.maps.event.addListener(m_6835795797a9990627be38cde838532f, 'click', function() {infowindow.open(map,m_6835795797a9990627be38cde838532f);});$marker.push(m_6835795797a9990627be38cde838532f);}});}google.maps.event.addDomListener(window, 'load', initialize);