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.3312,-94.7173)};var g_5d25053c32c5c9bd9bd77952284d2947 = new google.maps.Geocoder();g_5d25053c32c5c9bd9bd77952284d2947.geocode( { 'address': "535 S Chestnut St Suite B, Lufkin, TX 75901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-western-finance').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-western-finance'), mapOptions);}document.getElementById('6293a353').innerHTML += ' | View Map';var $l5d25053c32c5c9bd9bd77952284d2947 = '

Western Finance

Address: 535 S Chestnut St Suite B, Lufkin, TX 75901, USA
Phone: (936) 637-1777
';var m_5d25053c32c5c9bd9bd77952284d2947 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Finance',});m_5d25053c32c5c9bd9bd77952284d2947['infowindow'] = new google.maps.InfoWindow({content: $l5d25053c32c5c9bd9bd77952284d2947});var infowindow = new google.maps.InfoWindow({content: $l5d25053c32c5c9bd9bd77952284d2947});google.maps.event.addListener(m_5d25053c32c5c9bd9bd77952284d2947, 'click', function() {infowindow.open(map,m_5d25053c32c5c9bd9bd77952284d2947);});$marker.push(m_5d25053c32c5c9bd9bd77952284d2947);}});}google.maps.event.addDomListener(window, 'load', initialize);