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.2941,-157.846)};var g_6d56016f0fa3f4946cb10b302cfc5674 = new google.maps.Geocoder();g_6d56016f0fa3f4946cb10b302cfc5674.geocode( { 'address': "1311 Kapiolani Blvd, 500, Honolulu, HI 96814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-808-credit').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-808-credit'), mapOptions);}document.getElementById('d8ea234d').innerHTML += ' | View Map';var $l6d56016f0fa3f4946cb10b302cfc5674 = '

808 Credit

Address: 1311 Kapiolani Blvd, 500, Honolulu, HI 96814, USA
Phone: (808) 800-7116
';var m_6d56016f0fa3f4946cb10b302cfc5674 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '808 Credit',});m_6d56016f0fa3f4946cb10b302cfc5674['infowindow'] = new google.maps.InfoWindow({content: $l6d56016f0fa3f4946cb10b302cfc5674});var infowindow = new google.maps.InfoWindow({content: $l6d56016f0fa3f4946cb10b302cfc5674});google.maps.event.addListener(m_6d56016f0fa3f4946cb10b302cfc5674, 'click', function() {infowindow.open(map,m_6d56016f0fa3f4946cb10b302cfc5674);});$marker.push(m_6d56016f0fa3f4946cb10b302cfc5674);}});}google.maps.event.addDomListener(window, 'load', initialize);