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.4447,-90.0793)};var g_34ddebead3eab2977eea13ba432e7200 = new google.maps.Geocoder();g_34ddebead3eab2977eea13ba432e7200.geocode( { 'address': "360 Emerald Forest Blvd Suite D, Covington, LA 70433, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-LA-abc-title-of-covington').style.display = '';map = new google.maps.Map(document.getElementById('covington-LA-abc-title-of-covington'), mapOptions);}document.getElementById('a4b187e0').innerHTML += ' | View Map';var $l34ddebead3eab2977eea13ba432e7200 = '

ABC Title of Covington

Address: 360 Emerald Forest Blvd Suite D, Covington, LA 70433, USA
Phone: (985) 893-8963
';var m_34ddebead3eab2977eea13ba432e7200 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ABC Title of Covington',});m_34ddebead3eab2977eea13ba432e7200['infowindow'] = new google.maps.InfoWindow({content: $l34ddebead3eab2977eea13ba432e7200});var infowindow = new google.maps.InfoWindow({content: $l34ddebead3eab2977eea13ba432e7200});google.maps.event.addListener(m_34ddebead3eab2977eea13ba432e7200, 'click', function() {infowindow.open(map,m_34ddebead3eab2977eea13ba432e7200);});$marker.push(m_34ddebead3eab2977eea13ba432e7200);}});}google.maps.event.addDomListener(window, 'load', initialize);