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(32.3858,-97.3919)};var g_b981756039e905b2ca141ffc93771cc5 = new google.maps.Geocoder();g_b981756039e905b2ca141ffc93771cc5.geocode( { 'address': "102 W Industrial Blvd, Cleburne, TX 76033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleburne-TX-mr-payroll').style.display = '';map = new google.maps.Map(document.getElementById('cleburne-TX-mr-payroll'), mapOptions);}document.getElementById('38110600').innerHTML += ' | View Map';var $lb981756039e905b2ca141ffc93771cc5 = '

Mr Payroll

Address: 102 W Industrial Blvd, Cleburne, TX 76033, USA
Phone: (817) 558-0200
';var m_b981756039e905b2ca141ffc93771cc5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mr Payroll',});m_b981756039e905b2ca141ffc93771cc5['infowindow'] = new google.maps.InfoWindow({content: $lb981756039e905b2ca141ffc93771cc5});var infowindow = new google.maps.InfoWindow({content: $lb981756039e905b2ca141ffc93771cc5});google.maps.event.addListener(m_b981756039e905b2ca141ffc93771cc5, 'click', function() {infowindow.open(map,m_b981756039e905b2ca141ffc93771cc5);});$marker.push(m_b981756039e905b2ca141ffc93771cc5);}});}google.maps.event.addDomListener(window, 'load', initialize);