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.3845,-157.934)};var g_e5866439dc540752ef2150a3e2516852 = new google.maps.Geocoder();g_e5866439dc540752ef2150a3e2516852.geocode( { 'address': "99-860 Iwaena St, Aiea, HI 96701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aiea-HI-federal-land-bank').style.display = '';map = new google.maps.Map(document.getElementById('aiea-HI-federal-land-bank'), mapOptions);}document.getElementById('80beae56').innerHTML += ' | View Map';var $le5866439dc540752ef2150a3e2516852 = '

Federal Land Bank

Address: 99-860 Iwaena St, Aiea, HI 96701
Phone: (808) 487-8678
';var m_e5866439dc540752ef2150a3e2516852 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Land Bank',});m_e5866439dc540752ef2150a3e2516852['infowindow'] = new google.maps.InfoWindow({content: $le5866439dc540752ef2150a3e2516852});var infowindow = new google.maps.InfoWindow({content: $le5866439dc540752ef2150a3e2516852});google.maps.event.addListener(m_e5866439dc540752ef2150a3e2516852, 'click', function() {infowindow.open(map,m_e5866439dc540752ef2150a3e2516852);});$marker.push(m_e5866439dc540752ef2150a3e2516852);}});}google.maps.event.addDomListener(window, 'load', initialize);