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.4951,-158.029)};var g_cb794e5ccc5663eaf39f30ab0faef885 = new google.maps.Geocoder();g_cb794e5ccc5663eaf39f30ab0faef885.geocode( { 'address': "70 S Kamehameha Hwy, Wahiawa, HI 96786, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wahiawa-HI-va-loans-hawaii').style.display = '';map = new google.maps.Map(document.getElementById('wahiawa-HI-va-loans-hawaii'), mapOptions);}document.getElementById('5f6dd4c3').innerHTML += ' | View Map';var $lcb794e5ccc5663eaf39f30ab0faef885 = '

VA Loans Hawaii

Address: 70 S Kamehameha Hwy, Wahiawa, HI 96786, USA
Phone: (808) 622-0003
';var m_cb794e5ccc5663eaf39f30ab0faef885 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VA Loans Hawaii',});m_cb794e5ccc5663eaf39f30ab0faef885['infowindow'] = new google.maps.InfoWindow({content: $lcb794e5ccc5663eaf39f30ab0faef885});var infowindow = new google.maps.InfoWindow({content: $lcb794e5ccc5663eaf39f30ab0faef885});google.maps.event.addListener(m_cb794e5ccc5663eaf39f30ab0faef885, 'click', function() {infowindow.open(map,m_cb794e5ccc5663eaf39f30ab0faef885);});$marker.push(m_cb794e5ccc5663eaf39f30ab0faef885);}});}google.maps.event.addDomListener(window, 'load', initialize);