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.4952,-158.029)};var g_27358c9f40154bd6e916dcc48654608b = new google.maps.Geocoder();g_27358c9f40154bd6e916dcc48654608b.geocode( { 'address': "70 Kamehameha Hwy # 1, Wahiawa, HI 96786, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wahiawa-HI-royal-cash-llc').style.display = '';map = new google.maps.Map(document.getElementById('wahiawa-HI-royal-cash-llc'), mapOptions);}document.getElementById('63074459').innerHTML += ' | View Map';var $l27358c9f40154bd6e916dcc48654608b = '

Royal Cash LLC

Address: 70 Kamehameha Hwy # 1, Wahiawa, HI 96786, USA
Phone: (808) 622-9000
';var m_27358c9f40154bd6e916dcc48654608b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Cash LLC',});m_27358c9f40154bd6e916dcc48654608b['infowindow'] = new google.maps.InfoWindow({content: $l27358c9f40154bd6e916dcc48654608b});var infowindow = new google.maps.InfoWindow({content: $l27358c9f40154bd6e916dcc48654608b});google.maps.event.addListener(m_27358c9f40154bd6e916dcc48654608b, 'click', function() {infowindow.open(map,m_27358c9f40154bd6e916dcc48654608b);});$marker.push(m_27358c9f40154bd6e916dcc48654608b);}});}google.maps.event.addDomListener(window, 'load', initialize);