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.3255,-157.831)};var g_33e75f672f98f079df501c7a31fe1684 = new google.maps.Geocoder();g_33e75f672f98f079df501c7a31fe1684.geocode( { 'address': "820 W Hind Dr, Honolulu, HI 96821"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-aina-haina-shopping-center').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-aina-haina-shopping-center'), mapOptions);}document.getElementById('b90d00b7').innerHTML += ' | View Map';var $l33e75f672f98f079df501c7a31fe1684 = '

Aina Haina Shopping Center

Address: 820 W Hind Dr, Honolulu, HI 96821
Phone: (808) 373-2171
';var m_33e75f672f98f079df501c7a31fe1684 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aina Haina Shopping Center',});m_33e75f672f98f079df501c7a31fe1684['infowindow'] = new google.maps.InfoWindow({content: $l33e75f672f98f079df501c7a31fe1684});var infowindow = new google.maps.InfoWindow({content: $l33e75f672f98f079df501c7a31fe1684});google.maps.event.addListener(m_33e75f672f98f079df501c7a31fe1684, 'click', function() {infowindow.open(map,m_33e75f672f98f079df501c7a31fe1684);});$marker.push(m_33e75f672f98f079df501c7a31fe1684);}});}google.maps.event.addDomListener(window, 'load', initialize);