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.2914,-97.75)};var g_953a99f762d3018f1b75108f1a9aa313 = new google.maps.Geocoder();g_953a99f762d3018f1b75108f1a9aa313.geocode( { 'address': "2601 N Lamar Blvd, Austin, TX 78705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-texas-office-of-consumer-credit-commissioner').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-texas-office-of-consumer-credit-commissioner'), mapOptions);}document.getElementById('d62196aa').innerHTML += ' | View Map';var $l953a99f762d3018f1b75108f1a9aa313 = '

Texas Office of Consumer Credit Commissioner

Address: 2601 N Lamar Blvd, Austin, TX 78705, USA
Phone: (800) 538-1579
';var m_953a99f762d3018f1b75108f1a9aa313 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Office of Consumer Credit Commissioner',});m_953a99f762d3018f1b75108f1a9aa313['infowindow'] = new google.maps.InfoWindow({content: $l953a99f762d3018f1b75108f1a9aa313});var infowindow = new google.maps.InfoWindow({content: $l953a99f762d3018f1b75108f1a9aa313});google.maps.event.addListener(m_953a99f762d3018f1b75108f1a9aa313, 'click', function() {infowindow.open(map,m_953a99f762d3018f1b75108f1a9aa313);});$marker.push(m_953a99f762d3018f1b75108f1a9aa313);}});}google.maps.event.addDomListener(window, 'load', initialize);