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(20.9136,-156.322)};var g_4a11791c655ba29d3978d655a68516e5 = new google.maps.Geocoder();g_4a11791c655ba29d3978d655a68516e5.geocode( { 'address': "810 Haiku Rd #157, Haiku, HI 96708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haiku-pauwela-HI-north-shore-gold--loan').style.display = '';map = new google.maps.Map(document.getElementById('haiku-pauwela-HI-north-shore-gold--loan'), mapOptions);}document.getElementById('27c41272').innerHTML += ' | View Map';var $l4a11791c655ba29d3978d655a68516e5 = '

North Shore Gold & Loan

Address: 810 Haiku Rd #157, Haiku, HI 96708, USA
Phone: (808) 214-6527
';var m_4a11791c655ba29d3978d655a68516e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Shore Gold & Loan',});m_4a11791c655ba29d3978d655a68516e5['infowindow'] = new google.maps.InfoWindow({content: $l4a11791c655ba29d3978d655a68516e5});var infowindow = new google.maps.InfoWindow({content: $l4a11791c655ba29d3978d655a68516e5});google.maps.event.addListener(m_4a11791c655ba29d3978d655a68516e5, 'click', function() {infowindow.open(map,m_4a11791c655ba29d3978d655a68516e5);});$marker.push(m_4a11791c655ba29d3978d655a68516e5);}});}google.maps.event.addDomListener(window, 'load', initialize);