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(29.5034,-97.4525)};var g_acdedbc6d174ebc4e506c4c806ab5644 = new google.maps.Geocoder();g_acdedbc6d174ebc4e506c4c806ab5644.geocode( { 'address': "619 St Paul St, Gonzales, TX 78629, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gonzales-TX-mr-payroll').style.display = '';map = new google.maps.Map(document.getElementById('gonzales-TX-mr-payroll'), mapOptions);}document.getElementById('b91f934e').innerHTML += ' | View Map';var $lacdedbc6d174ebc4e506c4c806ab5644 = '

Mr Payroll

Address: 619 St Paul St, Gonzales, TX 78629, USA
Phone: (830) 672-2299
';var m_acdedbc6d174ebc4e506c4c806ab5644 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mr Payroll',});m_acdedbc6d174ebc4e506c4c806ab5644['infowindow'] = new google.maps.InfoWindow({content: $lacdedbc6d174ebc4e506c4c806ab5644});var infowindow = new google.maps.InfoWindow({content: $lacdedbc6d174ebc4e506c4c806ab5644});google.maps.event.addListener(m_acdedbc6d174ebc4e506c4c806ab5644, 'click', function() {infowindow.open(map,m_acdedbc6d174ebc4e506c4c806ab5644);});$marker.push(m_acdedbc6d174ebc4e506c4c806ab5644);}});}google.maps.event.addDomListener(window, 'load', initialize);