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_4197c77706a5d5610d83f009209b00fe = new google.maps.Geocoder();g_4197c77706a5d5610d83f009209b00fe.geocode( { 'address': "2256 Liliha St, Honolulu, HI 96817"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-st-francis-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-st-francis-credit-union'), mapOptions);}document.getElementById('490769df').innerHTML += ' | View Map';var $l4197c77706a5d5610d83f009209b00fe = '

St Francis Credit Union

Address: 2256 Liliha St, Honolulu, HI 96817
Phone: (808) 547-6229
';var m_4197c77706a5d5610d83f009209b00fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Francis Credit Union',});m_4197c77706a5d5610d83f009209b00fe['infowindow'] = new google.maps.InfoWindow({content: $l4197c77706a5d5610d83f009209b00fe});var infowindow = new google.maps.InfoWindow({content: $l4197c77706a5d5610d83f009209b00fe});google.maps.event.addListener(m_4197c77706a5d5610d83f009209b00fe, 'click', function() {infowindow.open(map,m_4197c77706a5d5610d83f009209b00fe);});$marker.push(m_4197c77706a5d5610d83f009209b00fe);}});}google.maps.event.addDomListener(window, 'load', initialize);