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.8912,-156.461)};var g_90f089773456a790235e0fc8caa8232e = new google.maps.Geocoder();g_90f089773456a790235e0fc8caa8232e.geocode( { 'address': "111 Hana Hwy #113, Kahului, HI 96732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kahului-HI-maui-gift-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('kahului-HI-maui-gift-and-loan'), mapOptions);}document.getElementById('38c9baa1').innerHTML += ' | View Map';var $l90f089773456a790235e0fc8caa8232e = '

Maui Gift and Loan

Address: 111 Hana Hwy #113, Kahului, HI 96732, USA
Phone: (808) 877-0999
';var m_90f089773456a790235e0fc8caa8232e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maui Gift and Loan',});m_90f089773456a790235e0fc8caa8232e['infowindow'] = new google.maps.InfoWindow({content: $l90f089773456a790235e0fc8caa8232e});var infowindow = new google.maps.InfoWindow({content: $l90f089773456a790235e0fc8caa8232e});google.maps.event.addListener(m_90f089773456a790235e0fc8caa8232e, 'click', function() {infowindow.open(map,m_90f089773456a790235e0fc8caa8232e);});$marker.push(m_90f089773456a790235e0fc8caa8232e);}});}google.maps.event.addDomListener(window, 'load', initialize);