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(20.7501,-156.44)};var g_f56d9031a87ec443cb8a13cedfead3d2 = new google.maps.Geocoder();g_f56d9031a87ec443cb8a13cedfead3d2.geocode( { 'address': "590 Lipoa Pkwy #110, Kihei, HI 96753, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kihei-HI-tricia-morris').style.display = '';map = new google.maps.Map(document.getElementById('kihei-HI-tricia-morris'), mapOptions);}document.getElementById('07dbe164').innerHTML += ' | View Map';var $lf56d9031a87ec443cb8a13cedfead3d2 = '

Tricia Morris

Address: 590 Lipoa Pkwy #110, Kihei, HI 96753, USA
Phone: (808) 283-7811
';var m_f56d9031a87ec443cb8a13cedfead3d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tricia Morris',});m_f56d9031a87ec443cb8a13cedfead3d2['infowindow'] = new google.maps.InfoWindow({content: $lf56d9031a87ec443cb8a13cedfead3d2});var infowindow = new google.maps.InfoWindow({content: $lf56d9031a87ec443cb8a13cedfead3d2});google.maps.event.addListener(m_f56d9031a87ec443cb8a13cedfead3d2, 'click', function() {infowindow.open(map,m_f56d9031a87ec443cb8a13cedfead3d2);});$marker.push(m_f56d9031a87ec443cb8a13cedfead3d2);}});}google.maps.event.addDomListener(window, 'load', initialize);