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.8775,-156.68)};var g_62929894b5e708d98c440ddc57403c4b = new google.maps.Geocoder();g_62929894b5e708d98c440ddc57403c4b.geocode( { 'address': "154 Papalaua St, Lahaina, HI 96761, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lahaina-HI-american-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('lahaina-HI-american-savings-bank'), mapOptions);}document.getElementById('8139d1a8').innerHTML += ' | View Map';var $l62929894b5e708d98c440ddc57403c4b = '

American Savings Bank

Address: 154 Papalaua St, Lahaina, HI 96761, USA
Phone: (808) 667-9561
';var m_62929894b5e708d98c440ddc57403c4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Savings Bank',});m_62929894b5e708d98c440ddc57403c4b['infowindow'] = new google.maps.InfoWindow({content: $l62929894b5e708d98c440ddc57403c4b});var infowindow = new google.maps.InfoWindow({content: $l62929894b5e708d98c440ddc57403c4b});google.maps.event.addListener(m_62929894b5e708d98c440ddc57403c4b, 'click', function() {infowindow.open(map,m_62929894b5e708d98c440ddc57403c4b);});$marker.push(m_62929894b5e708d98c440ddc57403c4b);}});}google.maps.event.addDomListener(window, 'load', initialize);