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(21.3255,-157.831)};var g_8ee99fa6c940d3fd18a7a3a70879b9fb = new google.maps.Geocoder();g_8ee99fa6c940d3fd18a7a3a70879b9fb.geocode( { 'address': "830 Kapahulu Ave, Honolulu, HI 96816"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-supercuts').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-supercuts'), mapOptions);}document.getElementById('9888cc41').innerHTML += ' | View Map';var $l8ee99fa6c940d3fd18a7a3a70879b9fb = '

Supercuts

Address: 830 Kapahulu Ave, Honolulu, HI 96816
Phone: (808) 733-3210
';var m_8ee99fa6c940d3fd18a7a3a70879b9fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Supercuts',});m_8ee99fa6c940d3fd18a7a3a70879b9fb['infowindow'] = new google.maps.InfoWindow({content: $l8ee99fa6c940d3fd18a7a3a70879b9fb});var infowindow = new google.maps.InfoWindow({content: $l8ee99fa6c940d3fd18a7a3a70879b9fb});google.maps.event.addListener(m_8ee99fa6c940d3fd18a7a3a70879b9fb, 'click', function() {infowindow.open(map,m_8ee99fa6c940d3fd18a7a3a70879b9fb);});$marker.push(m_8ee99fa6c940d3fd18a7a3a70879b9fb);}});}google.maps.event.addDomListener(window, 'load', initialize);