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(33.0279,-96.9935)};var g_44d7228258c3c1f01281a20e8ad60ee5 = new google.maps.Geocoder();g_44d7228258c3c1f01281a20e8ad60ee5.geocode( { 'address': "1235 TX-121 BUS, Lewisville, TX 75067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisville-TX-mr-payroll').style.display = '';map = new google.maps.Map(document.getElementById('lewisville-TX-mr-payroll'), mapOptions);}document.getElementById('7525c5d1').innerHTML += ' | View Map';var $l44d7228258c3c1f01281a20e8ad60ee5 = '

Mr Payroll

Address: 1235 TX-121 BUS, Lewisville, TX 75067, USA
Phone: (972) 221-0698
';var m_44d7228258c3c1f01281a20e8ad60ee5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mr Payroll',});m_44d7228258c3c1f01281a20e8ad60ee5['infowindow'] = new google.maps.InfoWindow({content: $l44d7228258c3c1f01281a20e8ad60ee5});var infowindow = new google.maps.InfoWindow({content: $l44d7228258c3c1f01281a20e8ad60ee5});google.maps.event.addListener(m_44d7228258c3c1f01281a20e8ad60ee5, 'click', function() {infowindow.open(map,m_44d7228258c3c1f01281a20e8ad60ee5);});$marker.push(m_44d7228258c3c1f01281a20e8ad60ee5);}});}google.maps.event.addDomListener(window, 'load', initialize);