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.3331,-94.7551)};var g_3ef9877b79acb09c823dd8fb022dd504 = new google.maps.Geocoder();g_3ef9877b79acb09c823dd8fb022dd504.geocode( { 'address': "1871 W Frank Ave, Lufkin, TX 75904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-swift-cash').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-swift-cash'), mapOptions);}document.getElementById('55f435b9').innerHTML += ' | View Map';var $l3ef9877b79acb09c823dd8fb022dd504 = '

Swift Cash

Address: 1871 W Frank Ave, Lufkin, TX 75904, USA
Phone: (936) 634-2497
';var m_3ef9877b79acb09c823dd8fb022dd504 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Swift Cash',});m_3ef9877b79acb09c823dd8fb022dd504['infowindow'] = new google.maps.InfoWindow({content: $l3ef9877b79acb09c823dd8fb022dd504});var infowindow = new google.maps.InfoWindow({content: $l3ef9877b79acb09c823dd8fb022dd504});google.maps.event.addListener(m_3ef9877b79acb09c823dd8fb022dd504, 'click', function() {infowindow.open(map,m_3ef9877b79acb09c823dd8fb022dd504);});$marker.push(m_3ef9877b79acb09c823dd8fb022dd504);}});}google.maps.event.addDomListener(window, 'load', initialize);