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.3805,-158.02)};var g_6522df188bf26a5ce0c09a5bd7c3fe9d = new google.maps.Geocoder();g_6522df188bf26a5ce0c09a5bd7c3fe9d.geocode( { 'address': "94-220 Leokane St, Waipahu, HI 96797, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waipahu-HI-family-pawn-shop-waipahu').style.display = '';map = new google.maps.Map(document.getElementById('waipahu-HI-family-pawn-shop-waipahu'), mapOptions);}document.getElementById('53302545').innerHTML += ' | View Map';var $l6522df188bf26a5ce0c09a5bd7c3fe9d = '

Family Pawn Shop Waipahu

Address: 94-220 Leokane St, Waipahu, HI 96797, USA
Phone: (808) 676-8800
';var m_6522df188bf26a5ce0c09a5bd7c3fe9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Family Pawn Shop Waipahu',});m_6522df188bf26a5ce0c09a5bd7c3fe9d['infowindow'] = new google.maps.InfoWindow({content: $l6522df188bf26a5ce0c09a5bd7c3fe9d});var infowindow = new google.maps.InfoWindow({content: $l6522df188bf26a5ce0c09a5bd7c3fe9d});google.maps.event.addListener(m_6522df188bf26a5ce0c09a5bd7c3fe9d, 'click', function() {infowindow.open(map,m_6522df188bf26a5ce0c09a5bd7c3fe9d);});$marker.push(m_6522df188bf26a5ce0c09a5bd7c3fe9d);}});}google.maps.event.addDomListener(window, 'load', initialize);