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.3845,-158.006)};var g_3b88daf5a8f17035d7176562a33996af = new google.maps.Geocoder();g_3b88daf5a8f17035d7176562a33996af.geocode( { 'address': "94-766 Farrington Hwy, Waipahu, Hawaii 96797 U.S.A., Waipahu, HI 96797, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waipahu-HI-metrobank').style.display = '';map = new google.maps.Map(document.getElementById('waipahu-HI-metrobank'), mapOptions);}document.getElementById('7258371d').innerHTML += ' | View Map';var $l3b88daf5a8f17035d7176562a33996af = '

Metrobank

Address: 94-766 Farrington Hwy, Waipahu, Hawaii 96797 U.S.A., Waipahu, HI 96797, USA
Phone:
';var m_3b88daf5a8f17035d7176562a33996af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metrobank',});m_3b88daf5a8f17035d7176562a33996af['infowindow'] = new google.maps.InfoWindow({content: $l3b88daf5a8f17035d7176562a33996af});var infowindow = new google.maps.InfoWindow({content: $l3b88daf5a8f17035d7176562a33996af});google.maps.event.addListener(m_3b88daf5a8f17035d7176562a33996af, 'click', function() {infowindow.open(map,m_3b88daf5a8f17035d7176562a33996af);});$marker.push(m_3b88daf5a8f17035d7176562a33996af);}});}google.maps.event.addDomListener(window, 'load', initialize);