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.2773,-157.787)};var g_36d344972bd8d76d9b8c679683625d7c = new google.maps.Geocoder();g_36d344972bd8d76d9b8c679683625d7c.geocode( { 'address': "4211 Waialae Ave #8090, Honolulu, HI 96816, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-joel-kurata---mann-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-joel-kurata---mann-mortgage'), mapOptions);}document.getElementById('040e23e3').innerHTML += ' | View Map';var $l36d344972bd8d76d9b8c679683625d7c = '

Joel Kurata - Mann Mortgage

Address: 4211 Waialae Ave #8090, Honolulu, HI 96816, USA
Phone: (808) 440-0928
';var m_36d344972bd8d76d9b8c679683625d7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Joel Kurata - Mann Mortgage',});m_36d344972bd8d76d9b8c679683625d7c['infowindow'] = new google.maps.InfoWindow({content: $l36d344972bd8d76d9b8c679683625d7c});var infowindow = new google.maps.InfoWindow({content: $l36d344972bd8d76d9b8c679683625d7c});google.maps.event.addListener(m_36d344972bd8d76d9b8c679683625d7c, 'click', function() {infowindow.open(map,m_36d344972bd8d76d9b8c679683625d7c);});$marker.push(m_36d344972bd8d76d9b8c679683625d7c);}});}google.maps.event.addDomListener(window, 'load', initialize);