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.361,-157.889)};var g_5fcddc3806b1b2afa37a63c313a0b101 = new google.maps.Geocoder();g_5fcddc3806b1b2afa37a63c313a0b101.geocode( { 'address': "459 Patterson Rd, Honolulu, HI 96819, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-va-regional-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-va-regional-loan-center'), mapOptions);}document.getElementById('c401cc99').innerHTML += ' | View Map';var $l5fcddc3806b1b2afa37a63c313a0b101 = '

VA Regional Loan Center

Address: 459 Patterson Rd, Honolulu, HI 96819, USA
Phone: (800) 827-1000
';var m_5fcddc3806b1b2afa37a63c313a0b101 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VA Regional Loan Center',});m_5fcddc3806b1b2afa37a63c313a0b101['infowindow'] = new google.maps.InfoWindow({content: $l5fcddc3806b1b2afa37a63c313a0b101});var infowindow = new google.maps.InfoWindow({content: $l5fcddc3806b1b2afa37a63c313a0b101});google.maps.event.addListener(m_5fcddc3806b1b2afa37a63c313a0b101, 'click', function() {infowindow.open(map,m_5fcddc3806b1b2afa37a63c313a0b101);});$marker.push(m_5fcddc3806b1b2afa37a63c313a0b101);}});}google.maps.event.addDomListener(window, 'load', initialize);