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.6375,-96.3456)};var g_2d52852a0b9a14ab66de6fb438bcbc19 = new google.maps.Geocoder();g_2d52852a0b9a14ab66de6fb438bcbc19.geocode( { 'address': "3805 S Texas Ave, Bryan, TX 77802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryan-TX-texan-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('bryan-TX-texan-credit-corporation'), mapOptions);}document.getElementById('4f4a62d5').innerHTML += ' | View Map';var $l2d52852a0b9a14ab66de6fb438bcbc19 = '

Texan Credit Corporation

Address: 3805 S Texas Ave, Bryan, TX 77802, USA
Phone: (979) 260-2141
';var m_2d52852a0b9a14ab66de6fb438bcbc19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texan Credit Corporation',});m_2d52852a0b9a14ab66de6fb438bcbc19['infowindow'] = new google.maps.InfoWindow({content: $l2d52852a0b9a14ab66de6fb438bcbc19});var infowindow = new google.maps.InfoWindow({content: $l2d52852a0b9a14ab66de6fb438bcbc19});google.maps.event.addListener(m_2d52852a0b9a14ab66de6fb438bcbc19, 'click', function() {infowindow.open(map,m_2d52852a0b9a14ab66de6fb438bcbc19);});$marker.push(m_2d52852a0b9a14ab66de6fb438bcbc19);}});}google.maps.event.addDomListener(window, 'load', initialize);