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.4541,-158.007)};var g_1feddc751c83032f1627c799b40d61ea = new google.maps.Geocoder();g_1feddc751c83032f1627c799b40d61ea.geocode( { 'address': "95-1249 Meheula Pkwy, Mililani, HI 96789, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mililani-HI-bank-of-hawaii-times-mililani-in-store-branch').style.display = '';map = new google.maps.Map(document.getElementById('mililani-HI-bank-of-hawaii-times-mililani-in-store-branch'), mapOptions);}document.getElementById('79542e3b').innerHTML += ' | View Map';var $l1feddc751c83032f1627c799b40d61ea = '

Bank of Hawaii Times Mililani In-Store Branch

Address: 95-1249 Meheula Pkwy, Mililani, HI 96789, USA
Phone: (808) 625-7180
';var m_1feddc751c83032f1627c799b40d61ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Hawaii Times Mililani In-Store Branch',});m_1feddc751c83032f1627c799b40d61ea['infowindow'] = new google.maps.InfoWindow({content: $l1feddc751c83032f1627c799b40d61ea});var infowindow = new google.maps.InfoWindow({content: $l1feddc751c83032f1627c799b40d61ea});google.maps.event.addListener(m_1feddc751c83032f1627c799b40d61ea, 'click', function() {infowindow.open(map,m_1feddc751c83032f1627c799b40d61ea);});$marker.push(m_1feddc751c83032f1627c799b40d61ea);}});}google.maps.event.addDomListener(window, 'load', initialize);