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.3387,-94.7285)};var g_cafb1ba91c6109e3ab0a5f878b3e742b = new google.maps.Geocoder();g_cafb1ba91c6109e3ab0a5f878b3e742b.geocode( { 'address': "110 E Lufkin Ave, Lufkin, TX 75901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-toledo-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-toledo-finance-corporation'), mapOptions);}document.getElementById('010bd13c').innerHTML += ' | View Map';var $lcafb1ba91c6109e3ab0a5f878b3e742b = '

Toledo Finance Corporation

Address: 110 E Lufkin Ave, Lufkin, TX 75901, USA
Phone: (936) 632-3100
';var m_cafb1ba91c6109e3ab0a5f878b3e742b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Toledo Finance Corporation',});m_cafb1ba91c6109e3ab0a5f878b3e742b['infowindow'] = new google.maps.InfoWindow({content: $lcafb1ba91c6109e3ab0a5f878b3e742b});var infowindow = new google.maps.InfoWindow({content: $lcafb1ba91c6109e3ab0a5f878b3e742b});google.maps.event.addListener(m_cafb1ba91c6109e3ab0a5f878b3e742b, 'click', function() {infowindow.open(map,m_cafb1ba91c6109e3ab0a5f878b3e742b);});$marker.push(m_cafb1ba91c6109e3ab0a5f878b3e742b);}});}google.maps.event.addDomListener(window, 'load', initialize);