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(42.4959,-96.3655)};var g_634ae52bcbcc0f54ef3ccbdb211b1d00 = new google.maps.Geocoder();g_634ae52bcbcc0f54ef3ccbdb211b1d00.geocode( { 'address': "520 Eden Ave, Sioux City, IA 51105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sioux-city-IA-halitek-industries').style.display = '';map = new google.maps.Map(document.getElementById('sioux-city-IA-halitek-industries'), mapOptions);}document.getElementById('0702a5dc').innerHTML += ' | View Map';var $l634ae52bcbcc0f54ef3ccbdb211b1d00 = '

Halitek Industries

Address: 520 Eden Ave, Sioux City, IA 51105, USA
Phone: (712) 251-5559
';var m_634ae52bcbcc0f54ef3ccbdb211b1d00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Halitek Industries',});m_634ae52bcbcc0f54ef3ccbdb211b1d00['infowindow'] = new google.maps.InfoWindow({content: $l634ae52bcbcc0f54ef3ccbdb211b1d00});var infowindow = new google.maps.InfoWindow({content: $l634ae52bcbcc0f54ef3ccbdb211b1d00});google.maps.event.addListener(m_634ae52bcbcc0f54ef3ccbdb211b1d00, 'click', function() {infowindow.open(map,m_634ae52bcbcc0f54ef3ccbdb211b1d00);});$marker.push(m_634ae52bcbcc0f54ef3ccbdb211b1d00);}});}google.maps.event.addDomListener(window, 'load', initialize);