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(22.0613,-159.322)};var g_d6a785f81d36e5ce6bd64105058af796 = new google.maps.Geocoder();g_d6a785f81d36e5ce6bd64105058af796.geocode( { 'address': "4-771 Kuhio Hwy, Kapaa, HI 96746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kapaa-HI-american-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('kapaa-HI-american-savings-bank'), mapOptions);}document.getElementById('f83ebc52').innerHTML += ' | View Map';var $ld6a785f81d36e5ce6bd64105058af796 = '

American Savings Bank

Address: 4-771 Kuhio Hwy, Kapaa, HI 96746, USA
Phone: (808) 822-0529
';var m_d6a785f81d36e5ce6bd64105058af796 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Savings Bank',});m_d6a785f81d36e5ce6bd64105058af796['infowindow'] = new google.maps.InfoWindow({content: $ld6a785f81d36e5ce6bd64105058af796});var infowindow = new google.maps.InfoWindow({content: $ld6a785f81d36e5ce6bd64105058af796});google.maps.event.addListener(m_d6a785f81d36e5ce6bd64105058af796, 'click', function() {infowindow.open(map,m_d6a785f81d36e5ce6bd64105058af796);});$marker.push(m_d6a785f81d36e5ce6bd64105058af796);}});}google.maps.event.addDomListener(window, 'load', initialize);