A PHP Error was encountered

Severity: Warning

Message: fopen(/home/nmhmyna/tmp/ci_session7bdc8df72bf4f26619eaef0f2cf6ab59e60ce85c): Failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 172

Backtrace:

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 254
Function: library

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 154
Function: ci_autoloader

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 67
Function: initialize

File: /home/nmhmyna/web/my.na/public_html/application/controllers/A.php
Line: 7
Function: __construct

File: /home/nmhmyna/web/my.na/public_html/index.php
Line: 320
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /home/nmhmyna/tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 254
Function: library

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 154
Function: ci_autoloader

File: /home/nmhmyna/web/my.na/public_html/application/core/MY_Loader.php
Line: 67
Function: initialize

File: /home/nmhmyna/web/my.na/public_html/application/controllers/A.php
Line: 7
Function: __construct

File: /home/nmhmyna/web/my.na/public_html/index.php
Line: 320
Function: require_once

0 Results Sort by:
 The Bank of Namibia

The Bank of Namibia

71 Robert Mugabe Ave Windhoek

The Bank of Namibia is the central bank of the Republic of Namibia, whose establishment is enshrined in Article 128 of the Namibian Constitution. The Bank is responsible for:formulating and implementing monetary policy;issuing banknotes...

Banks

View Business Listing
NamClear PTY LTD

NamClear PTY LTD

C/O Feld & Rieks van der Walt street Windhoek Namibia

Namclear is a cooperative venture between the four commercial Namibian-based banks. Namclear has been classified as a service provider organization to the Banking Industry. As its core service, the company provides local clearing of...

Banks

View Business Listing
Eclipse Investments

Eclipse Investments

Dr Sam Nuyoma Drive

Ourcompany whose main business is holding securities of other companies purely for investment purposes. The investment company invests money on behalf of its shareholders who in turn share in the profits and losses.

Investment Services

View Business Listing
Agricultural Bank Of Namibia Katima Mulilo

Agricultural Bank Of Namibia Katima Mulilo

Katima Mulilo Namibia

The Agricultural Bank of Namibia (“Agribank”) is a state-owned financial institution with the mandate to advance money to persons or financial intermediary for the development of agriculture and activities related to agriculture. The strategic business...

Banks

View Business Listing
Nedbank Namibia- Windhoek

Based on: 1 reviews

Nedbank Namibia- Windhoek

Mutual Towers Bldg. Independence Ave Windhoek Namibia

At Nedbank, we aim to make things happen for you and your family by consistently offering value for money through innovative products and a superior banking service that is accessible and convenient. We do more...

Banks

View Business Listing
N I B Namibia (PTY) Ltd

N I B Namibia (PTY) Ltd

7966 Guthenberg

N I B Namibia (PTY) LTD is  a financial services

Cash Handling Systems

View Business Listing
Light Accounting Services

Light Accounting Services

No.5 Corner Feld Street/Jan Jonker

Absorbed and obliged to provide you with business services with the utmost ease.Financial Statements, Business Registration and Taxation.Housing Publicly Registered Accountants that are members of the Southern African Institute of Business Accountants [SAIBA] & Chartered...

Accounting Services Taxations Consultants

View Business Listing
First National Bank Of Namibia Okahandja

First National Bank Of Namibia Okahandja

Main Street, Okahandja Namibia

FNB Namibia Ltd. provides a full range of banking services to individuals, while our Business and Corporate Divisions offer services and solutions that meet the needs of enterprises - both large and small - throughout...

Banks

View Business Listing
Express Credit Namibia

Express Credit Namibia

Ground Floor, Swamed Building, John Meinert Street, Windhoek

#CashWhenYouNeedIt #NoWorries Whether you need to settle a bill or need some quick moolah for an unexpected emergency, or you want to buy something special, visit one of our branches, apply from your mobile phone...

Cash Loans

View Business Listing
First National Bank Keetmashoop

First National Bank Keetmashoop

Keetmanshoop Namibia

FNB Namibia Ltd. provides a full range of banking services to individuals, while our Business and Corporate Divisions offer services and solutions that meet the needs of enterprises - both large and small - throughout...

Banks

View Business Listing

Namibia Map

To benefit from this, make sure that you have location services enabled for this website.


electronic components in js - bootstrap select.min.js

https://www.my.na/map/result_ajax/", 'data': { 'cat': cat, 'type': type }, 'dataType': "json", 'success': function (data) { locations = data; deleteMarkers(); //geolocate(map); setMarkers(map, locations); } }); } $('#sort_asc').on('click', function(e){ $('#sortby').val('ASC'); var frm = $('#search-main_b'); frm.serialize(); frm.submit(); }); $('#sort_desc').on('click', function(e){ $('#sortby').val('DESC'); var frm = $('#search-main_b'); frm.serialize(); frm.submit(); }); $('#sort_rate').on('click', function(e){ $('#sortby').val(''); var frm = $('#search-main_b'); frm.serialize(); frm.submit(); }); // Sets the map on all markers in the array. function setAllMap(map) { for (var i = 0; i < markers.length; i++) { markers[i].setMap(map); } } // Removes the markers from the map, but keeps them in the array. function clearMarkers() { setAllMap(null); } // Shows any markers currently in the array. function showMarkers() { setAllMap(map); } // Deletes all markers in the array by removing references to them. function deleteMarkers() { clearMarkers(); markers = []; } var styles = [{"featureType":"administrative","elementType":"all","stylers":[{"visibility":"simplified"}]},{"featureType":"landscape","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#fcfcfc"}]},{"featureType":"poi","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#fcfcfc"}]},{"featureType":"road.highway","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#dddddd"}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#dddddd"}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#eeeeee"}]},{"featureType":"water","elementType":"geometry","stylers":[{"visibility":"simplified"},{"color":"#dddddd"}]}];