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(35.8655,-101.969)};var g_fb0b13db3c7ee3b2e3135693cc1c8b85 = new google.maps.Geocoder();g_fb0b13db3c7ee3b2e3135693cc1c8b85.geocode( { 'address': "200 S Bliss Ave, Dumas, TX 79029, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dumas-TX-mr-payroll').style.display = '';map = new google.maps.Map(document.getElementById('dumas-TX-mr-payroll'), mapOptions);}document.getElementById('6d24acb4').innerHTML += ' | View Map';var $lfb0b13db3c7ee3b2e3135693cc1c8b85 = '

Mr Payroll

Address: 200 S Bliss Ave, Dumas, TX 79029, USA
Phone: (806) 934-3038
';var m_fb0b13db3c7ee3b2e3135693cc1c8b85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mr Payroll',});m_fb0b13db3c7ee3b2e3135693cc1c8b85['infowindow'] = new google.maps.InfoWindow({content: $lfb0b13db3c7ee3b2e3135693cc1c8b85});var infowindow = new google.maps.InfoWindow({content: $lfb0b13db3c7ee3b2e3135693cc1c8b85});google.maps.event.addListener(m_fb0b13db3c7ee3b2e3135693cc1c8b85, 'click', function() {infowindow.open(map,m_fb0b13db3c7ee3b2e3135693cc1c8b85);});$marker.push(m_fb0b13db3c7ee3b2e3135693cc1c8b85);}});}google.maps.event.addDomListener(window, 'load', initialize);