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(19.7177,-155.077)};var g_a06bb1cd349914fe034b25f86dd7194b = new google.maps.Geocoder();g_a06bb1cd349914fe034b25f86dd7194b.geocode( { 'address': "99 Aupuni St, Hilo, HI 96720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilo-HI-homestreet-bank-home-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('hilo-HI-homestreet-bank-home-loan-center'), mapOptions);}document.getElementById('aff69b81').innerHTML += ' | View Map';var $la06bb1cd349914fe034b25f86dd7194b = '

HomeStreet Bank Home Loan Center

Address: 99 Aupuni St, Hilo, HI 96720, USA
Phone: (808) 961-0666
';var m_a06bb1cd349914fe034b25f86dd7194b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeStreet Bank Home Loan Center',});m_a06bb1cd349914fe034b25f86dd7194b['infowindow'] = new google.maps.InfoWindow({content: $la06bb1cd349914fe034b25f86dd7194b});var infowindow = new google.maps.InfoWindow({content: $la06bb1cd349914fe034b25f86dd7194b});google.maps.event.addListener(m_a06bb1cd349914fe034b25f86dd7194b, 'click', function() {infowindow.open(map,m_a06bb1cd349914fe034b25f86dd7194b);});$marker.push(m_a06bb1cd349914fe034b25f86dd7194b);}});}google.maps.event.addDomListener(window, 'load', initialize);