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.2807,-157.799)};var g_51b0fd2b698d100a1cc5fa55ce11afd5 = new google.maps.Geocoder();g_51b0fd2b698d100a1cc5fa55ce11afd5.geocode( { 'address': "3615 Harding Ave #101, Honolulu, HI 96816, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-steven-tagawa---mortgage-associates-of-hawaii').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-steven-tagawa---mortgage-associates-of-hawaii'), mapOptions);}document.getElementById('a1e688c3').innerHTML += ' | View Map';var $l51b0fd2b698d100a1cc5fa55ce11afd5 = '

Steven Tagawa - Mortgage Associates of Hawaii

Address: 3615 Harding Ave #101, Honolulu, HI 96816, USA
Phone: (808) 780-9405
';var m_51b0fd2b698d100a1cc5fa55ce11afd5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steven Tagawa - Mortgage Associates of Hawaii',});m_51b0fd2b698d100a1cc5fa55ce11afd5['infowindow'] = new google.maps.InfoWindow({content: $l51b0fd2b698d100a1cc5fa55ce11afd5});var infowindow = new google.maps.InfoWindow({content: $l51b0fd2b698d100a1cc5fa55ce11afd5});google.maps.event.addListener(m_51b0fd2b698d100a1cc5fa55ce11afd5, 'click', function() {infowindow.open(map,m_51b0fd2b698d100a1cc5fa55ce11afd5);});$marker.push(m_51b0fd2b698d100a1cc5fa55ce11afd5);}});}google.maps.event.addDomListener(window, 'load', initialize);