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(30.6284,-96.335)};var g_63e06f027c506d585524e594ad11d8ca = new google.maps.Geocoder();g_63e06f027c506d585524e594ad11d8ca.geocode( { 'address': "425 S Texas Ave, College Station, TX 77840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('college-station-TX-mr-payroll').style.display = '';map = new google.maps.Map(document.getElementById('college-station-TX-mr-payroll'), mapOptions);}document.getElementById('820e06a7').innerHTML += ' | View Map';var $l63e06f027c506d585524e594ad11d8ca = '

Mr. Payroll

Address: 425 S Texas Ave, College Station, TX 77840, USA
Phone: (979) 260-5990
';var m_63e06f027c506d585524e594ad11d8ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mr. Payroll',});m_63e06f027c506d585524e594ad11d8ca['infowindow'] = new google.maps.InfoWindow({content: $l63e06f027c506d585524e594ad11d8ca});var infowindow = new google.maps.InfoWindow({content: $l63e06f027c506d585524e594ad11d8ca});google.maps.event.addListener(m_63e06f027c506d585524e594ad11d8ca, 'click', function() {infowindow.open(map,m_63e06f027c506d585524e594ad11d8ca);});$marker.push(m_63e06f027c506d585524e594ad11d8ca);}});}google.maps.event.addDomListener(window, 'load', initialize);