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.342,-158.075)};var g_b10acef62a5c13b2ffa3494fe5a2dab5 = new google.maps.Geocoder();g_b10acef62a5c13b2ffa3494fe5a2dab5.geocode( { 'address': "91-600 Farrington Hwy, Kapolei, HI 96707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kapolei-HI-walmart-moneycenter').style.display = '';map = new google.maps.Map(document.getElementById('kapolei-HI-walmart-moneycenter'), mapOptions);}document.getElementById('2ccbb06e').innerHTML += ' | View Map';var $lb10acef62a5c13b2ffa3494fe5a2dab5 = '

Walmart MoneyCenter

Address: 91-600 Farrington Hwy, Kapolei, HI 96707, USA
Phone: (808) 206-9069
';var m_b10acef62a5c13b2ffa3494fe5a2dab5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Walmart MoneyCenter',});m_b10acef62a5c13b2ffa3494fe5a2dab5['infowindow'] = new google.maps.InfoWindow({content: $lb10acef62a5c13b2ffa3494fe5a2dab5});var infowindow = new google.maps.InfoWindow({content: $lb10acef62a5c13b2ffa3494fe5a2dab5});google.maps.event.addListener(m_b10acef62a5c13b2ffa3494fe5a2dab5, 'click', function() {infowindow.open(map,m_b10acef62a5c13b2ffa3494fe5a2dab5);});$marker.push(m_b10acef62a5c13b2ffa3494fe5a2dab5);}});}google.maps.event.addDomListener(window, 'load', initialize);