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.3313,-94.722)};var g_c6f92a0838596bf1aac964af6c1c09cc = new google.maps.Geocoder();g_c6f92a0838596bf1aac964af6c1c09cc.geocode( { 'address': "511 S Timberland Dr, Lufkin, TX 75901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-world-finance-corporation'), mapOptions);}document.getElementById('2fb314aa').innerHTML += ' | View Map';var $lc6f92a0838596bf1aac964af6c1c09cc = '

World Finance Corporation

Address: 511 S Timberland Dr, Lufkin, TX 75901, USA
Phone: (936) 632-8666
';var m_c6f92a0838596bf1aac964af6c1c09cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_c6f92a0838596bf1aac964af6c1c09cc['infowindow'] = new google.maps.InfoWindow({content: $lc6f92a0838596bf1aac964af6c1c09cc});var infowindow = new google.maps.InfoWindow({content: $lc6f92a0838596bf1aac964af6c1c09cc});google.maps.event.addListener(m_c6f92a0838596bf1aac964af6c1c09cc, 'click', function() {infowindow.open(map,m_c6f92a0838596bf1aac964af6c1c09cc);});$marker.push(m_c6f92a0838596bf1aac964af6c1c09cc);}});}google.maps.event.addDomListener(window, 'load', initialize);