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.684,-156.441)};var g_5b24134aa4f14037055b6814773056d4 = new google.maps.Geocoder();g_5b24134aa4f14037055b6814773056d4.geocode( { 'address': "3850 Wailea Alanui Dr, Kihei, HI 96753, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kihei-HI-american-express').style.display = '';map = new google.maps.Map(document.getElementById('kihei-HI-american-express'), mapOptions);}document.getElementById('117c569e').innerHTML += ' | View Map';var $l5b24134aa4f14037055b6814773056d4 = '

American Express

Address: 3850 Wailea Alanui Dr, Kihei, HI 96753, USA
Phone: (808) 875-4526
';var m_5b24134aa4f14037055b6814773056d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Express',});m_5b24134aa4f14037055b6814773056d4['infowindow'] = new google.maps.InfoWindow({content: $l5b24134aa4f14037055b6814773056d4});var infowindow = new google.maps.InfoWindow({content: $l5b24134aa4f14037055b6814773056d4});google.maps.event.addListener(m_5b24134aa4f14037055b6814773056d4, 'click', function() {infowindow.open(map,m_5b24134aa4f14037055b6814773056d4);});$marker.push(m_5b24134aa4f14037055b6814773056d4);}});}google.maps.event.addDomListener(window, 'load', initialize);