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.3885,-157.953)};var g_f4ebd60cc8650d27bf652d6e954ff9cc = new google.maps.Geocoder();g_f4ebd60cc8650d27bf652d6e954ff9cc.geocode( { 'address': "98-1247 Kaahumanu St #102, Aiea, HI 96701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aiea-HI-honolulu-homeloans---aiea-branch').style.display = '';map = new google.maps.Map(document.getElementById('aiea-HI-honolulu-homeloans---aiea-branch'), mapOptions);}document.getElementById('e10ce2b2').innerHTML += ' | View Map';var $lf4ebd60cc8650d27bf652d6e954ff9cc = '

Honolulu HomeLoans - Aiea Branch

Address: 98-1247 Kaahumanu St #102, Aiea, HI 96701, USA
Phone: (808) 681-7544
';var m_f4ebd60cc8650d27bf652d6e954ff9cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Honolulu HomeLoans - Aiea Branch',});m_f4ebd60cc8650d27bf652d6e954ff9cc['infowindow'] = new google.maps.InfoWindow({content: $lf4ebd60cc8650d27bf652d6e954ff9cc});var infowindow = new google.maps.InfoWindow({content: $lf4ebd60cc8650d27bf652d6e954ff9cc});google.maps.event.addListener(m_f4ebd60cc8650d27bf652d6e954ff9cc, 'click', function() {infowindow.open(map,m_f4ebd60cc8650d27bf652d6e954ff9cc);});$marker.push(m_f4ebd60cc8650d27bf652d6e954ff9cc);}});}google.maps.event.addDomListener(window, 'load', initialize);