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.3078,-157.863)};var g_6484bc7860f609cf2e18ab5eebe01ba0 = new google.maps.Geocoder();g_6484bc7860f609cf2e18ab5eebe01ba0.geocode( { 'address': "700 Bishop St #210, Honolulu, HI 96813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-harbor-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-harbor-financial-group'), mapOptions);}document.getElementById('f0213879').innerHTML += ' | View Map';var $l6484bc7860f609cf2e18ab5eebe01ba0 = '

Harbor Financial Group

Address: 700 Bishop St #210, Honolulu, HI 96813, USA
Phone: (808) 457-1151
';var m_6484bc7860f609cf2e18ab5eebe01ba0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harbor Financial Group',});m_6484bc7860f609cf2e18ab5eebe01ba0['infowindow'] = new google.maps.InfoWindow({content: $l6484bc7860f609cf2e18ab5eebe01ba0});var infowindow = new google.maps.InfoWindow({content: $l6484bc7860f609cf2e18ab5eebe01ba0});google.maps.event.addListener(m_6484bc7860f609cf2e18ab5eebe01ba0, 'click', function() {infowindow.open(map,m_6484bc7860f609cf2e18ab5eebe01ba0);});$marker.push(m_6484bc7860f609cf2e18ab5eebe01ba0);}});}google.maps.event.addDomListener(window, 'load', initialize);