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.721,-155.084)};var g_05dddbfab5236235d90892a501b4046b = new google.maps.Geocoder();g_05dddbfab5236235d90892a501b4046b.geocode( { 'address': "292 Kilauea Ave, Hilo, HI 96720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilo-HI-island-estate-jewelry--pawn').style.display = '';map = new google.maps.Map(document.getElementById('hilo-HI-island-estate-jewelry--pawn'), mapOptions);}document.getElementById('07587caa').innerHTML += ' | View Map';var $l05dddbfab5236235d90892a501b4046b = '

Island Estate Jewelry & Pawn

Address: 292 Kilauea Ave, Hilo, HI 96720, USA
Phone: (808) 961-0403
';var m_05dddbfab5236235d90892a501b4046b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Island Estate Jewelry & Pawn',});m_05dddbfab5236235d90892a501b4046b['infowindow'] = new google.maps.InfoWindow({content: $l05dddbfab5236235d90892a501b4046b});var infowindow = new google.maps.InfoWindow({content: $l05dddbfab5236235d90892a501b4046b});google.maps.event.addListener(m_05dddbfab5236235d90892a501b4046b, 'click', function() {infowindow.open(map,m_05dddbfab5236235d90892a501b4046b);});$marker.push(m_05dddbfab5236235d90892a501b4046b);}});}google.maps.event.addDomListener(window, 'load', initialize);