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.329,-157.853)};var g_a222da7a8bc2845ae6148047d1b9feaf = new google.maps.Geocoder();g_a222da7a8bc2845ae6148047d1b9feaf.geocode( { 'address': "2228 Liliha St #209, Honolulu, HI 96817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-st-francis-medical-center-fcu').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-st-francis-medical-center-fcu'), mapOptions);}document.getElementById('d47f3546').innerHTML += ' | View Map';var $la222da7a8bc2845ae6148047d1b9feaf = '

St Francis Medical Center FCU

Address: 2228 Liliha St #209, Honolulu, HI 96817, USA
Phone: (808) 547-6229
';var m_a222da7a8bc2845ae6148047d1b9feaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Francis Medical Center FCU',});m_a222da7a8bc2845ae6148047d1b9feaf['infowindow'] = new google.maps.InfoWindow({content: $la222da7a8bc2845ae6148047d1b9feaf});var infowindow = new google.maps.InfoWindow({content: $la222da7a8bc2845ae6148047d1b9feaf});google.maps.event.addListener(m_a222da7a8bc2845ae6148047d1b9feaf, 'click', function() {infowindow.open(map,m_a222da7a8bc2845ae6148047d1b9feaf);});$marker.push(m_a222da7a8bc2845ae6148047d1b9feaf);}});}google.maps.event.addDomListener(window, 'load', initialize);