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.2853,-157.836)};var g_65fb784a1862c1e0c5f21170ef6b7181 = new google.maps.Geocoder();g_65fb784a1862c1e0c5f21170ef6b7181.geocode( { 'address': "1860 Ala Moana Blvd, Honolulu, HI 96815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-savvy-realty--loans').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-savvy-realty--loans'), mapOptions);}document.getElementById('96a5d9fd').innerHTML += ' | View Map';var $l65fb784a1862c1e0c5f21170ef6b7181 = '

Savvy Realty & Loans

Address: 1860 Ala Moana Blvd, Honolulu, HI 96815, USA
Phone: (808) 926-3700
';var m_65fb784a1862c1e0c5f21170ef6b7181 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Savvy Realty & Loans',});m_65fb784a1862c1e0c5f21170ef6b7181['infowindow'] = new google.maps.InfoWindow({content: $l65fb784a1862c1e0c5f21170ef6b7181});var infowindow = new google.maps.InfoWindow({content: $l65fb784a1862c1e0c5f21170ef6b7181});google.maps.event.addListener(m_65fb784a1862c1e0c5f21170ef6b7181, 'click', function() {infowindow.open(map,m_65fb784a1862c1e0c5f21170ef6b7181);});$marker.push(m_65fb784a1862c1e0c5f21170ef6b7181);}});}google.maps.event.addDomListener(window, 'load', initialize);