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(21.3279,-158.021)};var g_88c9dc3c86b55bce08d0800cd4f2ebb9 = new google.maps.Geocoder();g_88c9dc3c86b55bce08d0800cd4f2ebb9.geocode( { 'address': "91-1101 Keaunui Dr, Ewa Beach, HI 96706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ewa-beach-HI-american-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('ewa-beach-HI-american-savings-bank'), mapOptions);}document.getElementById('88911bcf').innerHTML += ' | View Map';var $l88c9dc3c86b55bce08d0800cd4f2ebb9 = '

American Savings Bank

Address: 91-1101 Keaunui Dr, Ewa Beach, HI 96706, USA
Phone: (808) 685-4618
';var m_88c9dc3c86b55bce08d0800cd4f2ebb9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Savings Bank',});m_88c9dc3c86b55bce08d0800cd4f2ebb9['infowindow'] = new google.maps.InfoWindow({content: $l88c9dc3c86b55bce08d0800cd4f2ebb9});var infowindow = new google.maps.InfoWindow({content: $l88c9dc3c86b55bce08d0800cd4f2ebb9});google.maps.event.addListener(m_88c9dc3c86b55bce08d0800cd4f2ebb9, 'click', function() {infowindow.open(map,m_88c9dc3c86b55bce08d0800cd4f2ebb9);});$marker.push(m_88c9dc3c86b55bce08d0800cd4f2ebb9);}});}google.maps.event.addDomListener(window, 'load', initialize);