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.3921,-157.744)};var g_258192a18242e6205a08c194541cb111 = new google.maps.Geocoder();g_258192a18242e6205a08c194541cb111.geocode( { 'address': "111 Hekili St #102, Kailua, HI 96734, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kailua-HI-hawaii-va-loans').style.display = '';map = new google.maps.Map(document.getElementById('kailua-HI-hawaii-va-loans'), mapOptions);}document.getElementById('2afd123f').innerHTML += ' | View Map';var $l258192a18242e6205a08c194541cb111 = '

Hawaii VA Loans

Address: 111 Hekili St #102, Kailua, HI 96734, USA
Phone: (808) 792-4251
';var m_258192a18242e6205a08c194541cb111 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hawaii VA Loans',});m_258192a18242e6205a08c194541cb111['infowindow'] = new google.maps.InfoWindow({content: $l258192a18242e6205a08c194541cb111});var infowindow = new google.maps.InfoWindow({content: $l258192a18242e6205a08c194541cb111});google.maps.event.addListener(m_258192a18242e6205a08c194541cb111, 'click', function() {infowindow.open(map,m_258192a18242e6205a08c194541cb111);});$marker.push(m_258192a18242e6205a08c194541cb111);}});}google.maps.event.addDomListener(window, 'load', initialize);