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(34.271,-85.2298)};var g_c7dbf426d77e9cf422a7641ee7a3f436 = new google.maps.Geocoder();g_c7dbf426d77e9cf422a7641ee7a3f436.geocode( { 'address': "2221 Shorter Ave, Rome, GA 30165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rome-GA-mr-payroll').style.display = '';map = new google.maps.Map(document.getElementById('rome-GA-mr-payroll'), mapOptions);}document.getElementById('93e2ae73').innerHTML += ' | View Map';var $lc7dbf426d77e9cf422a7641ee7a3f436 = '

Mr Payroll

Address: 2221 Shorter Ave, Rome, GA 30165, USA
Phone: (706) 295-1011
';var m_c7dbf426d77e9cf422a7641ee7a3f436 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mr Payroll',});m_c7dbf426d77e9cf422a7641ee7a3f436['infowindow'] = new google.maps.InfoWindow({content: $lc7dbf426d77e9cf422a7641ee7a3f436});var infowindow = new google.maps.InfoWindow({content: $lc7dbf426d77e9cf422a7641ee7a3f436});google.maps.event.addListener(m_c7dbf426d77e9cf422a7641ee7a3f436, 'click', function() {infowindow.open(map,m_c7dbf426d77e9cf422a7641ee7a3f436);});$marker.push(m_c7dbf426d77e9cf422a7641ee7a3f436);}});}google.maps.event.addDomListener(window, 'load', initialize);