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(19.7147,-155.039)};var g_d6954738db55c4126d3910abaab53df5 = new google.maps.Geocoder();g_d6954738db55c4126d3910abaab53df5.geocode( { 'address': "242, Hilo International Airport, Hilo, HI 96721, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilo-HI-bank-of-hawaii-atm').style.display = '';map = new google.maps.Map(document.getElementById('hilo-HI-bank-of-hawaii-atm'), mapOptions);}document.getElementById('1b573a16').innerHTML += ' | View Map';var $ld6954738db55c4126d3910abaab53df5 = '

Bank of Hawaii ATM

Address: 242, Hilo International Airport, Hilo, HI 96721, USA
Phone: (888) 643-3888
';var m_d6954738db55c4126d3910abaab53df5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Hawaii ATM',});m_d6954738db55c4126d3910abaab53df5['infowindow'] = new google.maps.InfoWindow({content: $ld6954738db55c4126d3910abaab53df5});var infowindow = new google.maps.InfoWindow({content: $ld6954738db55c4126d3910abaab53df5});google.maps.event.addListener(m_d6954738db55c4126d3910abaab53df5, 'click', function() {infowindow.open(map,m_d6954738db55c4126d3910abaab53df5);});$marker.push(m_d6954738db55c4126d3910abaab53df5);}});}google.maps.event.addDomListener(window, 'load', initialize);