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(30.4712,-90.9554)};var g_05118c801cc46d364230e8333e2a2473 = new google.maps.Geocoder();g_05118c801cc46d364230e8333e2a2473.geocode( { 'address': "139 Del Norte Ave, Denham Springs, LA 70726, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denham-springs-LA-premier-tax--accounting').style.display = '';map = new google.maps.Map(document.getElementById('denham-springs-LA-premier-tax--accounting'), mapOptions);}document.getElementById('dbda4b6d').innerHTML += ' | View Map';var $l05118c801cc46d364230e8333e2a2473 = '

Premier Tax & Accounting

Address: 139 Del Norte Ave, Denham Springs, LA 70726, USA
Phone: (225) 664-1964
';var m_05118c801cc46d364230e8333e2a2473 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Tax & Accounting',});m_05118c801cc46d364230e8333e2a2473['infowindow'] = new google.maps.InfoWindow({content: $l05118c801cc46d364230e8333e2a2473});var infowindow = new google.maps.InfoWindow({content: $l05118c801cc46d364230e8333e2a2473});google.maps.event.addListener(m_05118c801cc46d364230e8333e2a2473, 'click', function() {infowindow.open(map,m_05118c801cc46d364230e8333e2a2473);});$marker.push(m_05118c801cc46d364230e8333e2a2473);}});}google.maps.event.addDomListener(window, 'load', initialize);