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.7159,-155.079)};var g_d6d77f3c973b13122a486e22f76232b6 = new google.maps.Geocoder();g_d6d77f3c973b13122a486e22f76232b6.geocode( { 'address': "830 Kilauea Ave, Hilo, HI 96720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilo-HI-hawaii-fast-signing').style.display = '';map = new google.maps.Map(document.getElementById('hilo-HI-hawaii-fast-signing'), mapOptions);}document.getElementById('b89a2e60').innerHTML += ' | View Map';var $ld6d77f3c973b13122a486e22f76232b6 = '

Hawaii Fast Signing

Address: 830 Kilauea Ave, Hilo, HI 96720, USA
Phone: (808) 989-0981
';var m_d6d77f3c973b13122a486e22f76232b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hawaii Fast Signing',});m_d6d77f3c973b13122a486e22f76232b6['infowindow'] = new google.maps.InfoWindow({content: $ld6d77f3c973b13122a486e22f76232b6});var infowindow = new google.maps.InfoWindow({content: $ld6d77f3c973b13122a486e22f76232b6});google.maps.event.addListener(m_d6d77f3c973b13122a486e22f76232b6, 'click', function() {infowindow.open(map,m_d6d77f3c973b13122a486e22f76232b6);});$marker.push(m_d6d77f3c973b13122a486e22f76232b6);}});}google.maps.event.addDomListener(window, 'load', initialize);