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.4977,-96.4065)};var g_1c9aa1f9f34c282c1d779f05b8c5aeaf = new google.maps.Geocoder();g_1c9aa1f9f34c282c1d779f05b8c5aeaf.geocode( { 'address': "705 Douglas St # 344, Sioux City, IA 51101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sioux-city-IA-ncs-inc').style.display = '';map = new google.maps.Map(document.getElementById('sioux-city-IA-ncs-inc'), mapOptions);}document.getElementById('70a4394b').innerHTML += ' | View Map';var $l1c9aa1f9f34c282c1d779f05b8c5aeaf = '

NCS Inc.

Address: 705 Douglas St # 344, Sioux City, IA 51101, USA
Phone: (712) 252-0583
';var m_1c9aa1f9f34c282c1d779f05b8c5aeaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NCS Inc.',});m_1c9aa1f9f34c282c1d779f05b8c5aeaf['infowindow'] = new google.maps.InfoWindow({content: $l1c9aa1f9f34c282c1d779f05b8c5aeaf});var infowindow = new google.maps.InfoWindow({content: $l1c9aa1f9f34c282c1d779f05b8c5aeaf});google.maps.event.addListener(m_1c9aa1f9f34c282c1d779f05b8c5aeaf, 'click', function() {infowindow.open(map,m_1c9aa1f9f34c282c1d779f05b8c5aeaf);});$marker.push(m_1c9aa1f9f34c282c1d779f05b8c5aeaf);}});}google.maps.event.addDomListener(window, 'load', initialize);