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.3765,-157.735)};var g_3ff5f84bd700b4963c2ecf95a44b2d38 = new google.maps.Geocoder();g_3ff5f84bd700b4963c2ecf95a44b2d38.geocode( { 'address': "1056 Kahili Pl, Kailua, HI 96734, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kailua-HI-residential-loan-officer').style.display = '';map = new google.maps.Map(document.getElementById('kailua-HI-residential-loan-officer'), mapOptions);}document.getElementById('d7915d5d').innerHTML += ' | View Map';var $l3ff5f84bd700b4963c2ecf95a44b2d38 = '

Residential Loan Officer

Address: 1056 Kahili Pl, Kailua, HI 96734, USA
Phone: (808) 382-5464
';var m_3ff5f84bd700b4963c2ecf95a44b2d38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Residential Loan Officer',});m_3ff5f84bd700b4963c2ecf95a44b2d38['infowindow'] = new google.maps.InfoWindow({content: $l3ff5f84bd700b4963c2ecf95a44b2d38});var infowindow = new google.maps.InfoWindow({content: $l3ff5f84bd700b4963c2ecf95a44b2d38});google.maps.event.addListener(m_3ff5f84bd700b4963c2ecf95a44b2d38, 'click', function() {infowindow.open(map,m_3ff5f84bd700b4963c2ecf95a44b2d38);});$marker.push(m_3ff5f84bd700b4963c2ecf95a44b2d38);}});}google.maps.event.addDomListener(window, 'load', initialize);