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.3255,-157.831)};var g_6cd012367ab40c496837b7967cc37cc4 = new google.maps.Geocoder();g_6cd012367ab40c496837b7967cc37cc4.geocode( { 'address': "820 W Hind Dr, Honolulu, HI 96821"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-aina-haina-first-hawaiian-bank').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-aina-haina-first-hawaiian-bank'), mapOptions);}document.getElementById('b90d00b7').innerHTML += ' | View Map';var $l6cd012367ab40c496837b7967cc37cc4 = '

Aina Haina First Hawaiian Bank

Address: 820 W Hind Dr, Honolulu, HI 96821
Phone: (808) 373-2171
';var m_6cd012367ab40c496837b7967cc37cc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aina Haina First Hawaiian Bank',});m_6cd012367ab40c496837b7967cc37cc4['infowindow'] = new google.maps.InfoWindow({content: $l6cd012367ab40c496837b7967cc37cc4});var infowindow = new google.maps.InfoWindow({content: $l6cd012367ab40c496837b7967cc37cc4});google.maps.event.addListener(m_6cd012367ab40c496837b7967cc37cc4, 'click', function() {infowindow.open(map,m_6cd012367ab40c496837b7967cc37cc4);});$marker.push(m_6cd012367ab40c496837b7967cc37cc4);}});}google.maps.event.addDomListener(window, 'load', initialize);