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.6771,-99.0004)};var g_475713a873f9cc1ff145035d2f11708f = new google.maps.Geocoder();g_475713a873f9cc1ff145035d2f11708f.geocode( { 'address': "Brownwood, TX 76801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brownwood-TX-cen-tex-manufacturing-cu').style.display = '';map = new google.maps.Map(document.getElementById('brownwood-TX-cen-tex-manufacturing-cu'), mapOptions);}document.getElementById('22020eed').innerHTML += ' | View Map';var $l475713a873f9cc1ff145035d2f11708f = '

Cen Tex Manufacturing CU

Address: Brownwood, TX 76801, USA
Phone: (325) 646-3551
';var m_475713a873f9cc1ff145035d2f11708f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cen Tex Manufacturing CU',});m_475713a873f9cc1ff145035d2f11708f['infowindow'] = new google.maps.InfoWindow({content: $l475713a873f9cc1ff145035d2f11708f});var infowindow = new google.maps.InfoWindow({content: $l475713a873f9cc1ff145035d2f11708f});google.maps.event.addListener(m_475713a873f9cc1ff145035d2f11708f, 'click', function() {infowindow.open(map,m_475713a873f9cc1ff145035d2f11708f);});$marker.push(m_475713a873f9cc1ff145035d2f11708f);}});}google.maps.event.addDomListener(window, 'load', initialize);