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.3332,-94.7605)};var g_f33ba15effa5c10e873bf3842afb46a6 = new google.maps.Geocoder();g_f33ba15effa5c10e873bf3842afb46a6.geocode( { 'address': "103 N John Redditt Dr, Lufkin, TX 75904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-mr-payroll').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-mr-payroll'), mapOptions);}document.getElementById('28584610').innerHTML += ' | View Map';var $lf33ba15effa5c10e873bf3842afb46a6 = '

Mr Payroll

Address: 103 N John Redditt Dr, Lufkin, TX 75904, USA
Phone: (936) 632-7642
';var m_f33ba15effa5c10e873bf3842afb46a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mr Payroll',});m_f33ba15effa5c10e873bf3842afb46a6['infowindow'] = new google.maps.InfoWindow({content: $lf33ba15effa5c10e873bf3842afb46a6});var infowindow = new google.maps.InfoWindow({content: $lf33ba15effa5c10e873bf3842afb46a6});google.maps.event.addListener(m_f33ba15effa5c10e873bf3842afb46a6, 'click', function() {infowindow.open(map,m_f33ba15effa5c10e873bf3842afb46a6);});$marker.push(m_f33ba15effa5c10e873bf3842afb46a6);}});}google.maps.event.addDomListener(window, 'load', initialize);