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.9719,-159.378)};var g_c09e7308eb53616d7db8df21fdacb123 = new google.maps.Geocoder();g_c09e7308eb53616d7db8df21fdacb123.geocode( { 'address': "4370 Kukui Grove St #104, Lihue, HI 96766, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lihue-HI-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('lihue-HI-onemain-financial'), mapOptions);}document.getElementById('458c0352').innerHTML += ' | View Map';var $lc09e7308eb53616d7db8df21fdacb123 = '

OneMain Financial

Address: 4370 Kukui Grove St #104, Lihue, HI 96766, USA
Phone: (808) 245-5611
';var m_c09e7308eb53616d7db8df21fdacb123 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_c09e7308eb53616d7db8df21fdacb123['infowindow'] = new google.maps.InfoWindow({content: $lc09e7308eb53616d7db8df21fdacb123});var infowindow = new google.maps.InfoWindow({content: $lc09e7308eb53616d7db8df21fdacb123});google.maps.event.addListener(m_c09e7308eb53616d7db8df21fdacb123, 'click', function() {infowindow.open(map,m_c09e7308eb53616d7db8df21fdacb123);});$marker.push(m_c09e7308eb53616d7db8df21fdacb123);}});}google.maps.event.addDomListener(window, 'load', initialize);