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.0326,-97.4069)};var g_c59115e88a6dbe2f1835af2d199ea43e = new google.maps.Geocoder();g_c59115e88a6dbe2f1835af2d199ea43e.geocode( { 'address': "111 S 1st St, Norfolk, NE 68701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-NE-northeast-nebraska-economic-development-district').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-NE-northeast-nebraska-economic-development-district'), mapOptions);}document.getElementById('29fe9ccf').innerHTML += ' | View Map';var $lc59115e88a6dbe2f1835af2d199ea43e = '

Northeast Nebraska Economic Development District

Address: 111 S 1st St, Norfolk, NE 68701, USA
Phone: (402) 379-1150
';var m_c59115e88a6dbe2f1835af2d199ea43e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Nebraska Economic Development District',});m_c59115e88a6dbe2f1835af2d199ea43e['infowindow'] = new google.maps.InfoWindow({content: $lc59115e88a6dbe2f1835af2d199ea43e});var infowindow = new google.maps.InfoWindow({content: $lc59115e88a6dbe2f1835af2d199ea43e});google.maps.event.addListener(m_c59115e88a6dbe2f1835af2d199ea43e, 'click', function() {infowindow.open(map,m_c59115e88a6dbe2f1835af2d199ea43e);});$marker.push(m_c59115e88a6dbe2f1835af2d199ea43e);}});}google.maps.event.addDomListener(window, 'load', initialize);