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.7199,-155.087)};var g_41877b7db7bd3b4ce518a41631554524 = new google.maps.Geocoder();g_41877b7db7bd3b4ce518a41631554524.geocode( { 'address': "275 Ponahawai St #105, Hilo, HI 96720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilo-HI-daniel-de-soto---hawaii-island-insurance-services').style.display = '';map = new google.maps.Map(document.getElementById('hilo-HI-daniel-de-soto---hawaii-island-insurance-services'), mapOptions);}document.getElementById('09432436').innerHTML += ' | View Map';var $l41877b7db7bd3b4ce518a41631554524 = '

Daniel De Soto - Hawaii Island Insurance Services

Address: 275 Ponahawai St #105, Hilo, HI 96720, USA
Phone: (808) 961-3207
';var m_41877b7db7bd3b4ce518a41631554524 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Daniel De Soto - Hawaii Island Insurance Services',});m_41877b7db7bd3b4ce518a41631554524['infowindow'] = new google.maps.InfoWindow({content: $l41877b7db7bd3b4ce518a41631554524});var infowindow = new google.maps.InfoWindow({content: $l41877b7db7bd3b4ce518a41631554524});google.maps.event.addListener(m_41877b7db7bd3b4ce518a41631554524, 'click', function() {infowindow.open(map,m_41877b7db7bd3b4ce518a41631554524);});$marker.push(m_41877b7db7bd3b4ce518a41631554524);}});}google.maps.event.addDomListener(window, 'load', initialize);