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.8021,-94.1907)};var g_f6c76ea66ae9c9af4011e225689fa274 = new google.maps.Geocoder();g_f6c76ea66ae9c9af4011e225689fa274.geocode( { 'address': "815 Hurst St, Center, TX 75935, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('center-TX-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('center-TX-county-credit-union'), mapOptions);}document.getElementById('73a1c5ca').innerHTML += ' | View Map';var $lf6c76ea66ae9c9af4011e225689fa274 = '

County Credit Union

Address: 815 Hurst St, Center, TX 75935, USA
Phone: (936) 598-2330
';var m_f6c76ea66ae9c9af4011e225689fa274 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'County Credit Union',});m_f6c76ea66ae9c9af4011e225689fa274['infowindow'] = new google.maps.InfoWindow({content: $lf6c76ea66ae9c9af4011e225689fa274});var infowindow = new google.maps.InfoWindow({content: $lf6c76ea66ae9c9af4011e225689fa274});google.maps.event.addListener(m_f6c76ea66ae9c9af4011e225689fa274, 'click', function() {infowindow.open(map,m_f6c76ea66ae9c9af4011e225689fa274);});$marker.push(m_f6c76ea66ae9c9af4011e225689fa274);}});}google.maps.event.addDomListener(window, 'load', initialize);