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.3819,-157.94)};var g_29cb06508eb376a05d9887244563eb3f = new google.maps.Geocoder();g_29cb06508eb376a05d9887244563eb3f.geocode( { 'address': "98-151 Pali Momi St C2A, Aiea, HI 96701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aiea-HI-jodie-tanga').style.display = '';map = new google.maps.Map(document.getElementById('aiea-HI-jodie-tanga'), mapOptions);}document.getElementById('7fc3d964').innerHTML += ' | View Map';var $l29cb06508eb376a05d9887244563eb3f = '

Jodie Tanga

Address: 98-151 Pali Momi St C2A, Aiea, HI 96701, USA
Phone: (808) 488-5510
';var m_29cb06508eb376a05d9887244563eb3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jodie Tanga',});m_29cb06508eb376a05d9887244563eb3f['infowindow'] = new google.maps.InfoWindow({content: $l29cb06508eb376a05d9887244563eb3f});var infowindow = new google.maps.InfoWindow({content: $l29cb06508eb376a05d9887244563eb3f});google.maps.event.addListener(m_29cb06508eb376a05d9887244563eb3f, 'click', function() {infowindow.open(map,m_29cb06508eb376a05d9887244563eb3f);});$marker.push(m_29cb06508eb376a05d9887244563eb3f);}});}google.maps.event.addDomListener(window, 'load', initialize);