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.4757,-90.0993)};var g_be8f254ef25c5a40ac8b395ed4fc6033 = new google.maps.Geocoder();g_be8f254ef25c5a40ac8b395ed4fc6033.geocode( { 'address': "125 N Theard St Suite B, Covington, LA 70433, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-LA-the-weeks-team').style.display = '';map = new google.maps.Map(document.getElementById('covington-LA-the-weeks-team'), mapOptions);}document.getElementById('465cc07d').innerHTML += ' | View Map';var $lbe8f254ef25c5a40ac8b395ed4fc6033 = '

The Weeks Team

Address: 125 N Theard St Suite B, Covington, LA 70433, USA
Phone: (985) 300-5626
';var m_be8f254ef25c5a40ac8b395ed4fc6033 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Weeks Team',});m_be8f254ef25c5a40ac8b395ed4fc6033['infowindow'] = new google.maps.InfoWindow({content: $lbe8f254ef25c5a40ac8b395ed4fc6033});var infowindow = new google.maps.InfoWindow({content: $lbe8f254ef25c5a40ac8b395ed4fc6033});google.maps.event.addListener(m_be8f254ef25c5a40ac8b395ed4fc6033, 'click', function() {infowindow.open(map,m_be8f254ef25c5a40ac8b395ed4fc6033);});$marker.push(m_be8f254ef25c5a40ac8b395ed4fc6033);}});}google.maps.event.addDomListener(window, 'load', initialize);