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(21.309,-157.86)};var g_a75122dd55cbd0d70de8dd21503d0873 = new google.maps.Geocoder();g_a75122dd55cbd0d70de8dd21503d0873.geocode( { 'address': "1160, 1003 Bishop St, Honolulu, HI 96813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-nations-lending-corporation---nlc-loans').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-nations-lending-corporation---nlc-loans'), mapOptions);}document.getElementById('e7f2346b').innerHTML += ' | View Map';var $la75122dd55cbd0d70de8dd21503d0873 = '

Nations Lending Corporation - NLC Loans

Address: 1160, 1003 Bishop St, Honolulu, HI 96813, USA
Phone: (808) 800-3607
';var m_a75122dd55cbd0d70de8dd21503d0873 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nations Lending Corporation - NLC Loans',});m_a75122dd55cbd0d70de8dd21503d0873['infowindow'] = new google.maps.InfoWindow({content: $la75122dd55cbd0d70de8dd21503d0873});var infowindow = new google.maps.InfoWindow({content: $la75122dd55cbd0d70de8dd21503d0873});google.maps.event.addListener(m_a75122dd55cbd0d70de8dd21503d0873, 'click', function() {infowindow.open(map,m_a75122dd55cbd0d70de8dd21503d0873);});$marker.push(m_a75122dd55cbd0d70de8dd21503d0873);}});}google.maps.event.addDomListener(window, 'load', initialize);