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.337,-94.7196)};var g_31195b6254f9d54ce27ddb4d0105529b = new google.maps.Geocoder();g_31195b6254f9d54ce27ddb4d0105529b.geocode( { 'address': "107 N Timberland Dr # 203, Lufkin, TX 75901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-thrifty-loans').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-thrifty-loans'), mapOptions);}document.getElementById('0bdc9a82').innerHTML += ' | View Map';var $l31195b6254f9d54ce27ddb4d0105529b = '

Thrifty Loans

Address: 107 N Timberland Dr # 203, Lufkin, TX 75901, USA
Phone: (936) 632-0822
';var m_31195b6254f9d54ce27ddb4d0105529b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thrifty Loans',});m_31195b6254f9d54ce27ddb4d0105529b['infowindow'] = new google.maps.InfoWindow({content: $l31195b6254f9d54ce27ddb4d0105529b});var infowindow = new google.maps.InfoWindow({content: $l31195b6254f9d54ce27ddb4d0105529b});google.maps.event.addListener(m_31195b6254f9d54ce27ddb4d0105529b, 'click', function() {infowindow.open(map,m_31195b6254f9d54ce27ddb4d0105529b);});$marker.push(m_31195b6254f9d54ce27ddb4d0105529b);}});}google.maps.event.addDomListener(window, 'load', initialize);