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(30.6837,-96.3711)};var g_4dcfeaf97d0aec9f35e384d9c3624b39 = new google.maps.Geocoder();g_4dcfeaf97d0aec9f35e384d9c3624b39.geocode( { 'address': "215 E 15th St, Bryan, TX 77803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryan-TX-thd-district-17-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bryan-TX-thd-district-17-credit-union'), mapOptions);}document.getElementById('66d64021').innerHTML += ' | View Map';var $l4dcfeaf97d0aec9f35e384d9c3624b39 = '

THD District 17 Credit Union

Address: 215 E 15th St, Bryan, TX 77803, USA
Phone: (979) 778-8433
';var m_4dcfeaf97d0aec9f35e384d9c3624b39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'THD District 17 Credit Union',});m_4dcfeaf97d0aec9f35e384d9c3624b39['infowindow'] = new google.maps.InfoWindow({content: $l4dcfeaf97d0aec9f35e384d9c3624b39});var infowindow = new google.maps.InfoWindow({content: $l4dcfeaf97d0aec9f35e384d9c3624b39});google.maps.event.addListener(m_4dcfeaf97d0aec9f35e384d9c3624b39, 'click', function() {infowindow.open(map,m_4dcfeaf97d0aec9f35e384d9c3624b39);});$marker.push(m_4dcfeaf97d0aec9f35e384d9c3624b39);}});}google.maps.event.addDomListener(window, 'load', initialize);