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.7261,-155.087)};var g_f5e1f1626a72bb19c3eb73da64c29a2e = new google.maps.Geocoder();g_f5e1f1626a72bb19c3eb73da64c29a2e.geocode( { 'address': "118 Kamehameha Ave #2, Hilo, HI 96720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilo-HI-capital-loan-associates').style.display = '';map = new google.maps.Map(document.getElementById('hilo-HI-capital-loan-associates'), mapOptions);}document.getElementById('77c11182').innerHTML += ' | View Map';var $lf5e1f1626a72bb19c3eb73da64c29a2e = '

Capital Loan Associates

Address: 118 Kamehameha Ave #2, Hilo, HI 96720, USA
Phone: (808) 494-5789
';var m_f5e1f1626a72bb19c3eb73da64c29a2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Loan Associates',});m_f5e1f1626a72bb19c3eb73da64c29a2e['infowindow'] = new google.maps.InfoWindow({content: $lf5e1f1626a72bb19c3eb73da64c29a2e});var infowindow = new google.maps.InfoWindow({content: $lf5e1f1626a72bb19c3eb73da64c29a2e});google.maps.event.addListener(m_f5e1f1626a72bb19c3eb73da64c29a2e, 'click', function() {infowindow.open(map,m_f5e1f1626a72bb19c3eb73da64c29a2e);});$marker.push(m_f5e1f1626a72bb19c3eb73da64c29a2e);}});}google.maps.event.addDomListener(window, 'load', initialize);