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.3841,-158.008)};var g_8088ffa4717e3247abae5c636500d807 = new google.maps.Geocoder();g_8088ffa4717e3247abae5c636500d807.geocode( { 'address': "94-866 Moloalo St #34, Waipahu, HI 96797, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waipahu-HI-lucky-money').style.display = '';map = new google.maps.Map(document.getElementById('waipahu-HI-lucky-money'), mapOptions);}document.getElementById('310ccb63').innerHTML += ' | View Map';var $l8088ffa4717e3247abae5c636500d807 = '

Lucky Money

Address: 94-866 Moloalo St #34, Waipahu, HI 96797, USA
Phone: (808) 677-1980
';var m_8088ffa4717e3247abae5c636500d807 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lucky Money',});m_8088ffa4717e3247abae5c636500d807['infowindow'] = new google.maps.InfoWindow({content: $l8088ffa4717e3247abae5c636500d807});var infowindow = new google.maps.InfoWindow({content: $l8088ffa4717e3247abae5c636500d807});google.maps.event.addListener(m_8088ffa4717e3247abae5c636500d807, 'click', function() {infowindow.open(map,m_8088ffa4717e3247abae5c636500d807);});$marker.push(m_8088ffa4717e3247abae5c636500d807);}});}google.maps.event.addDomListener(window, 'load', initialize);