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.5193,-92.0773)};var g_77187bd85beb80ad2ae204e92a0bda94 = new google.maps.Geocoder();g_77187bd85beb80ad2ae204e92a0bda94.geocode( { 'address': "716 Creswell Ln, Opelousas, LA 70570, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('opelousas-LA-western-shamrock-corporation').style.display = '';map = new google.maps.Map(document.getElementById('opelousas-LA-western-shamrock-corporation'), mapOptions);}document.getElementById('7af3aae3').innerHTML += ' | View Map';var $l77187bd85beb80ad2ae204e92a0bda94 = '

Western Shamrock Corporation

Address: 716 Creswell Ln, Opelousas, LA 70570, USA
Phone: (337) 942-9551
';var m_77187bd85beb80ad2ae204e92a0bda94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Shamrock Corporation',});m_77187bd85beb80ad2ae204e92a0bda94['infowindow'] = new google.maps.InfoWindow({content: $l77187bd85beb80ad2ae204e92a0bda94});var infowindow = new google.maps.InfoWindow({content: $l77187bd85beb80ad2ae204e92a0bda94});google.maps.event.addListener(m_77187bd85beb80ad2ae204e92a0bda94, 'click', function() {infowindow.open(map,m_77187bd85beb80ad2ae204e92a0bda94);});$marker.push(m_77187bd85beb80ad2ae204e92a0bda94);}});}google.maps.event.addDomListener(window, 'load', initialize);