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.3136,-157.848)};var g_4c56ff4ce4aaf9573aa5dff913df997a = new google.maps.Geocoder();g_4c56ff4ce4aaf9573aa5dff913df997a.geocode( { 'address': "Honolulu, HI 96813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-gentry-home-loans-llc').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-gentry-home-loans-llc'), mapOptions);}document.getElementById('8993f81b').innerHTML += ' | View Map';var $l4c56ff4ce4aaf9573aa5dff913df997a = '

Gentry Home Loans LLC

Address: Honolulu, HI 96813, USA
Phone: (808) 536-8010
';var m_4c56ff4ce4aaf9573aa5dff913df997a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gentry Home Loans LLC',});m_4c56ff4ce4aaf9573aa5dff913df997a['infowindow'] = new google.maps.InfoWindow({content: $l4c56ff4ce4aaf9573aa5dff913df997a});var infowindow = new google.maps.InfoWindow({content: $l4c56ff4ce4aaf9573aa5dff913df997a});google.maps.event.addListener(m_4c56ff4ce4aaf9573aa5dff913df997a, 'click', function() {infowindow.open(map,m_4c56ff4ce4aaf9573aa5dff913df997a);});$marker.push(m_4c56ff4ce4aaf9573aa5dff913df997a);}});}google.maps.event.addDomListener(window, 'load', initialize);