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.329,-94.7194)};var g_4043748b3da5fa406cd3c9a43e0a0553 = new google.maps.Geocoder();g_4043748b3da5fa406cd3c9a43e0a0553.geocode( { 'address': "801 E Denman Ave # 1, Lufkin, TX 75901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-need-more-cash-llc').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-need-more-cash-llc'), mapOptions);}document.getElementById('ece03aa9').innerHTML += ' | View Map';var $l4043748b3da5fa406cd3c9a43e0a0553 = '

Need More Cash LLC

Address: 801 E Denman Ave # 1, Lufkin, TX 75901, USA
Phone: (936) 632-2398
';var m_4043748b3da5fa406cd3c9a43e0a0553 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Need More Cash LLC',});m_4043748b3da5fa406cd3c9a43e0a0553['infowindow'] = new google.maps.InfoWindow({content: $l4043748b3da5fa406cd3c9a43e0a0553});var infowindow = new google.maps.InfoWindow({content: $l4043748b3da5fa406cd3c9a43e0a0553});google.maps.event.addListener(m_4043748b3da5fa406cd3c9a43e0a0553, 'click', function() {infowindow.open(map,m_4043748b3da5fa406cd3c9a43e0a0553);});$marker.push(m_4043748b3da5fa406cd3c9a43e0a0553);}});}google.maps.event.addDomListener(window, 'load', initialize);