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.0801,-94.1299)};var g_07c77f34bffbf1e5f6b89a3ebab485b4 = new google.maps.Geocoder();g_07c77f34bffbf1e5f6b89a3ebab485b4.geocode( { 'address': "65 N 11th St, Beaumont, TX 77702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-TX-texan-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-TX-texan-credit-corporation'), mapOptions);}document.getElementById('56c72ec7').innerHTML += ' | View Map';var $l07c77f34bffbf1e5f6b89a3ebab485b4 = '

Texan Credit Corporation

Address: 65 N 11th St, Beaumont, TX 77702, USA
Phone: (409) 833-1954
';var m_07c77f34bffbf1e5f6b89a3ebab485b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texan Credit Corporation',});m_07c77f34bffbf1e5f6b89a3ebab485b4['infowindow'] = new google.maps.InfoWindow({content: $l07c77f34bffbf1e5f6b89a3ebab485b4});var infowindow = new google.maps.InfoWindow({content: $l07c77f34bffbf1e5f6b89a3ebab485b4});google.maps.event.addListener(m_07c77f34bffbf1e5f6b89a3ebab485b4, 'click', function() {infowindow.open(map,m_07c77f34bffbf1e5f6b89a3ebab485b4);});$marker.push(m_07c77f34bffbf1e5f6b89a3ebab485b4);}});}google.maps.event.addDomListener(window, 'load', initialize);