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.7156,-155.07)};var g_60c4c9c8c5be04ef8d2232c34aa307d4 = new google.maps.Geocoder();g_60c4c9c8c5be04ef8d2232c34aa307d4.geocode( { 'address': "500 Manono St # 103, Hilo, HI 96720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilo-HI-island-mortgage-source').style.display = '';map = new google.maps.Map(document.getElementById('hilo-HI-island-mortgage-source'), mapOptions);}document.getElementById('890f092e').innerHTML += ' | View Map';var $l60c4c9c8c5be04ef8d2232c34aa307d4 = '

Island Mortgage Source

Address: 500 Manono St # 103, Hilo, HI 96720, USA
Phone: (808) 969-9988
';var m_60c4c9c8c5be04ef8d2232c34aa307d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Island Mortgage Source',});m_60c4c9c8c5be04ef8d2232c34aa307d4['infowindow'] = new google.maps.InfoWindow({content: $l60c4c9c8c5be04ef8d2232c34aa307d4});var infowindow = new google.maps.InfoWindow({content: $l60c4c9c8c5be04ef8d2232c34aa307d4});google.maps.event.addListener(m_60c4c9c8c5be04ef8d2232c34aa307d4, 'click', function() {infowindow.open(map,m_60c4c9c8c5be04ef8d2232c34aa307d4);});$marker.push(m_60c4c9c8c5be04ef8d2232c34aa307d4);}});}google.maps.event.addDomListener(window, 'load', initialize);