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.5586,-95.8006)};var g_1d52e8b258d574501d81d697920317b7 = new google.maps.Geocoder();g_1d52e8b258d574501d81d697920317b7.geocode( { 'address': "2519 Avenue H, Rosenberg, TX 77471, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosenberg-TX-witco-houston-employee-cu').style.display = '';map = new google.maps.Map(document.getElementById('rosenberg-TX-witco-houston-employee-cu'), mapOptions);}document.getElementById('e8676c73').innerHTML += ' | View Map';var $l1d52e8b258d574501d81d697920317b7 = '

Witco Houston Employee Cu

Address: 2519 Avenue H, Rosenberg, TX 77471, USA
Phone: (281) 342-5907
';var m_1d52e8b258d574501d81d697920317b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Witco Houston Employee Cu',});m_1d52e8b258d574501d81d697920317b7['infowindow'] = new google.maps.InfoWindow({content: $l1d52e8b258d574501d81d697920317b7});var infowindow = new google.maps.InfoWindow({content: $l1d52e8b258d574501d81d697920317b7});google.maps.event.addListener(m_1d52e8b258d574501d81d697920317b7, 'click', function() {infowindow.open(map,m_1d52e8b258d574501d81d697920317b7);});$marker.push(m_1d52e8b258d574501d81d697920317b7);}});}google.maps.event.addDomListener(window, 'load', initialize);