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(20.8893,-156.502)};var g_d57df994906cb71a1a21fd747914a8df = new google.maps.Geocoder();g_d57df994906cb71a1a21fd747914a8df.geocode( { 'address': "94 N Market St, Wailuku, HI 96793, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wailuku-HI-kamaaina-loan--cash-for-gold-retail-store').style.display = '';map = new google.maps.Map(document.getElementById('wailuku-HI-kamaaina-loan--cash-for-gold-retail-store'), mapOptions);}document.getElementById('4083bc6c').innerHTML += ' | View Map';var $ld57df994906cb71a1a21fd747914a8df = '

Kamaaina Loan & Cash For Gold Retail Store

Address: 94 N Market St, Wailuku, HI 96793, USA
Phone: (808) 242-6905
';var m_d57df994906cb71a1a21fd747914a8df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kamaaina Loan & Cash For Gold Retail Store',});m_d57df994906cb71a1a21fd747914a8df['infowindow'] = new google.maps.InfoWindow({content: $ld57df994906cb71a1a21fd747914a8df});var infowindow = new google.maps.InfoWindow({content: $ld57df994906cb71a1a21fd747914a8df});google.maps.event.addListener(m_d57df994906cb71a1a21fd747914a8df, 'click', function() {infowindow.open(map,m_d57df994906cb71a1a21fd747914a8df);});$marker.push(m_d57df994906cb71a1a21fd747914a8df);}});}google.maps.event.addDomListener(window, 'load', initialize);