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.3061,-157.861)};var g_3c33333d7b627d40d077fc8060fb9d7a = new google.maps.Geocoder();g_3c33333d7b627d40d077fc8060fb9d7a.geocode( { 'address': "335 Merchant St # 221, Honolulu, HI 96813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-licensing-division').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-licensing-division'), mapOptions);}document.getElementById('a970a66f').innerHTML += ' | View Map';var $l3c33333d7b627d40d077fc8060fb9d7a = '

Licensing Division

Address: 335 Merchant St # 221, Honolulu, HI 96813, USA
Phone: (808) 586-2820
';var m_3c33333d7b627d40d077fc8060fb9d7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Licensing Division',});m_3c33333d7b627d40d077fc8060fb9d7a['infowindow'] = new google.maps.InfoWindow({content: $l3c33333d7b627d40d077fc8060fb9d7a});var infowindow = new google.maps.InfoWindow({content: $l3c33333d7b627d40d077fc8060fb9d7a});google.maps.event.addListener(m_3c33333d7b627d40d077fc8060fb9d7a, 'click', function() {infowindow.open(map,m_3c33333d7b627d40d077fc8060fb9d7a);});$marker.push(m_3c33333d7b627d40d077fc8060fb9d7a);}});}google.maps.event.addDomListener(window, 'load', initialize);