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.3336,-158.083)};var g_06432a48496cf5a8eaa5417e751f3a5d = new google.maps.Geocoder();g_06432a48496cf5a8eaa5417e751f3a5d.geocode( { 'address': "890 Kamokila Blvd, Kapolei, HI 96707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kapolei-HI-american-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('kapolei-HI-american-savings-bank'), mapOptions);}document.getElementById('273c003e').innerHTML += ' | View Map';var $l06432a48496cf5a8eaa5417e751f3a5d = '

American Savings Bank

Address: 890 Kamokila Blvd, Kapolei, HI 96707, USA
Phone: (808) 674-2288
';var m_06432a48496cf5a8eaa5417e751f3a5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Savings Bank',});m_06432a48496cf5a8eaa5417e751f3a5d['infowindow'] = new google.maps.InfoWindow({content: $l06432a48496cf5a8eaa5417e751f3a5d});var infowindow = new google.maps.InfoWindow({content: $l06432a48496cf5a8eaa5417e751f3a5d});google.maps.event.addListener(m_06432a48496cf5a8eaa5417e751f3a5d, 'click', function() {infowindow.open(map,m_06432a48496cf5a8eaa5417e751f3a5d);});$marker.push(m_06432a48496cf5a8eaa5417e751f3a5d);}});}google.maps.event.addDomListener(window, 'load', initialize);