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.3339,-158.083)};var g_28a78d3b4a5cd3f2c00b539184793858 = new google.maps.Geocoder();g_28a78d3b4a5cd3f2c00b539184793858.geocode( { 'address': "890 Kamokila Blvd, 130, Kapolei, HI 96707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kapolei-HI-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('kapolei-HI-onemain-financial'), mapOptions);}document.getElementById('80226ad3').innerHTML += ' | View Map';var $l28a78d3b4a5cd3f2c00b539184793858 = '

OneMain Financial

Address: 890 Kamokila Blvd, 130, Kapolei, HI 96707, USA
Phone: (808) 674-1050
';var m_28a78d3b4a5cd3f2c00b539184793858 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_28a78d3b4a5cd3f2c00b539184793858['infowindow'] = new google.maps.InfoWindow({content: $l28a78d3b4a5cd3f2c00b539184793858});var infowindow = new google.maps.InfoWindow({content: $l28a78d3b4a5cd3f2c00b539184793858});google.maps.event.addListener(m_28a78d3b4a5cd3f2c00b539184793858, 'click', function() {infowindow.open(map,m_28a78d3b4a5cd3f2c00b539184793858);});$marker.push(m_28a78d3b4a5cd3f2c00b539184793858);}});}google.maps.event.addDomListener(window, 'load', initialize);