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.3255,-157.831)};var g_a9f9b070dda644c713240e4af59ccfae = new google.maps.Geocoder();g_a9f9b070dda644c713240e4af59ccfae.geocode( { 'address': "1099 Alakea St, Honolulu, HI 96813"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-the-rice-partnership-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-the-rice-partnership-wealth-management'), mapOptions);}document.getElementById('522d42b4').innerHTML += ' | View Map';var $la9f9b070dda644c713240e4af59ccfae = '

The Rice Partnership Wealth Management

Address: 1099 Alakea St, Honolulu, HI 96813
Phone: (808) 585-7788
';var m_a9f9b070dda644c713240e4af59ccfae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Rice Partnership Wealth Management',});m_a9f9b070dda644c713240e4af59ccfae['infowindow'] = new google.maps.InfoWindow({content: $la9f9b070dda644c713240e4af59ccfae});var infowindow = new google.maps.InfoWindow({content: $la9f9b070dda644c713240e4af59ccfae});google.maps.event.addListener(m_a9f9b070dda644c713240e4af59ccfae, 'click', function() {infowindow.open(map,m_a9f9b070dda644c713240e4af59ccfae);});$marker.push(m_a9f9b070dda644c713240e4af59ccfae);}});}google.maps.event.addDomListener(window, 'load', initialize);