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.3294,-94.7214)};var g_6986fa4a4d99289e82ea9bffa9f29265 = new google.maps.Geocoder();g_6986fa4a4d99289e82ea9bffa9f29265.geocode( { 'address': "508 E Denman Ave # A, Lufkin, TX 75901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-service-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-service-loan-co'), mapOptions);}document.getElementById('efd248ae').innerHTML += ' | View Map';var $l6986fa4a4d99289e82ea9bffa9f29265 = '

Service Loan Co

Address: 508 E Denman Ave # A, Lufkin, TX 75901, USA
Phone: (936) 637-2353
';var m_6986fa4a4d99289e82ea9bffa9f29265 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Service Loan Co',});m_6986fa4a4d99289e82ea9bffa9f29265['infowindow'] = new google.maps.InfoWindow({content: $l6986fa4a4d99289e82ea9bffa9f29265});var infowindow = new google.maps.InfoWindow({content: $l6986fa4a4d99289e82ea9bffa9f29265});google.maps.event.addListener(m_6986fa4a4d99289e82ea9bffa9f29265, 'click', function() {infowindow.open(map,m_6986fa4a4d99289e82ea9bffa9f29265);});$marker.push(m_6986fa4a4d99289e82ea9bffa9f29265);}});}google.maps.event.addDomListener(window, 'load', initialize);