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.3089,-157.861)};var g_c137f796399722460d5c15c8561bc4c1 = new google.maps.Geocoder();g_c137f796399722460d5c15c8561bc4c1.geocode( { 'address': "1003 Bishop St #2700, Honolulu, HI 96813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-westfund-hawaii-llc').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-westfund-hawaii-llc'), mapOptions);}document.getElementById('fd9d7cb1').innerHTML += ' | View Map';var $lc137f796399722460d5c15c8561bc4c1 = '

Westfund Hawaii, LLC

Address: 1003 Bishop St #2700, Honolulu, HI 96813, USA
Phone: (808) 206-7756
';var m_c137f796399722460d5c15c8561bc4c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westfund Hawaii, LLC',});m_c137f796399722460d5c15c8561bc4c1['infowindow'] = new google.maps.InfoWindow({content: $lc137f796399722460d5c15c8561bc4c1});var infowindow = new google.maps.InfoWindow({content: $lc137f796399722460d5c15c8561bc4c1});google.maps.event.addListener(m_c137f796399722460d5c15c8561bc4c1, 'click', function() {infowindow.open(map,m_c137f796399722460d5c15c8561bc4c1);});$marker.push(m_c137f796399722460d5c15c8561bc4c1);}});}google.maps.event.addDomListener(window, 'load', initialize);