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.7077,-98.975)};var g_57b900bcebc0a50712346b5d19758e4a = new google.maps.Geocoder();g_57b900bcebc0a50712346b5d19758e4a.geocode( { 'address': "1602 Austin Ave, Brownwood, TX 76801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brownwood-TX-first-central-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('brownwood-TX-first-central-credit-union'), mapOptions);}document.getElementById('524f1759').innerHTML += ' | View Map';var $l57b900bcebc0a50712346b5d19758e4a = '

First Central Credit Union

Address: 1602 Austin Ave, Brownwood, TX 76801, USA
Phone:
';var m_57b900bcebc0a50712346b5d19758e4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Central Credit Union',});m_57b900bcebc0a50712346b5d19758e4a['infowindow'] = new google.maps.InfoWindow({content: $l57b900bcebc0a50712346b5d19758e4a});var infowindow = new google.maps.InfoWindow({content: $l57b900bcebc0a50712346b5d19758e4a});google.maps.event.addListener(m_57b900bcebc0a50712346b5d19758e4a, 'click', function() {infowindow.open(map,m_57b900bcebc0a50712346b5d19758e4a);});$marker.push(m_57b900bcebc0a50712346b5d19758e4a);}});}google.maps.event.addDomListener(window, 'load', initialize);