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.3355,-94.7179)};var g_4acfd0838cd4aacbaf663649ae7196e8 = new google.maps.Geocoder();g_4acfd0838cd4aacbaf663649ae7196e8.geocode( { 'address': "107 S Timberland Dr, Lufkin, TX 75901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-cash-store'), mapOptions);}document.getElementById('1cd443db').innerHTML += ' | View Map';var $l4acfd0838cd4aacbaf663649ae7196e8 = '

Cash Store

Address: 107 S Timberland Dr, Lufkin, TX 75901, USA
Phone: (936) 639-2535
';var m_4acfd0838cd4aacbaf663649ae7196e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_4acfd0838cd4aacbaf663649ae7196e8['infowindow'] = new google.maps.InfoWindow({content: $l4acfd0838cd4aacbaf663649ae7196e8});var infowindow = new google.maps.InfoWindow({content: $l4acfd0838cd4aacbaf663649ae7196e8});google.maps.event.addListener(m_4acfd0838cd4aacbaf663649ae7196e8, 'click', function() {infowindow.open(map,m_4acfd0838cd4aacbaf663649ae7196e8);});$marker.push(m_4acfd0838cd4aacbaf663649ae7196e8);}});}google.maps.event.addDomListener(window, 'load', initialize);