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.6011,-90.7378)};var g_88cdf1833c546815c6b0c254eeff382b = new google.maps.Geocoder();g_88cdf1833c546815c6b0c254eeff382b.geocode( { 'address': "7220 W Main St, Houma, LA 70360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houma-LA-terrebonne-education-association-cu').style.display = '';map = new google.maps.Map(document.getElementById('houma-LA-terrebonne-education-association-cu'), mapOptions);}document.getElementById('047b3a27').innerHTML += ' | View Map';var $l88cdf1833c546815c6b0c254eeff382b = '

Terrebonne Education Association CU

Address: 7220 W Main St, Houma, LA 70360, USA
Phone: (985) 876-6269
';var m_88cdf1833c546815c6b0c254eeff382b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Terrebonne Education Association CU',});m_88cdf1833c546815c6b0c254eeff382b['infowindow'] = new google.maps.InfoWindow({content: $l88cdf1833c546815c6b0c254eeff382b});var infowindow = new google.maps.InfoWindow({content: $l88cdf1833c546815c6b0c254eeff382b});google.maps.event.addListener(m_88cdf1833c546815c6b0c254eeff382b, 'click', function() {infowindow.open(map,m_88cdf1833c546815c6b0c254eeff382b);});$marker.push(m_88cdf1833c546815c6b0c254eeff382b);}});}google.maps.event.addDomListener(window, 'load', initialize);