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(20.8845,-156.679)};var g_0f4280973a41f53e5f3eb98b58775cee = new google.maps.Geocoder();g_0f4280973a41f53e5f3eb98b58775cee.geocode( { 'address': "40 Kupuohi St #102, Lahaina, HI 96761, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lahaina-HI-valley-isle-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lahaina-HI-valley-isle-community-federal-credit-union'), mapOptions);}document.getElementById('e6984aa2').innerHTML += ' | View Map';var $l0f4280973a41f53e5f3eb98b58775cee = '

Valley Isle Community Federal Credit Union

Address: 40 Kupuohi St #102, Lahaina, HI 96761, USA
Phone: (808) 667-2641
';var m_0f4280973a41f53e5f3eb98b58775cee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Isle Community Federal Credit Union',});m_0f4280973a41f53e5f3eb98b58775cee['infowindow'] = new google.maps.InfoWindow({content: $l0f4280973a41f53e5f3eb98b58775cee});var infowindow = new google.maps.InfoWindow({content: $l0f4280973a41f53e5f3eb98b58775cee});google.maps.event.addListener(m_0f4280973a41f53e5f3eb98b58775cee, 'click', function() {infowindow.open(map,m_0f4280973a41f53e5f3eb98b58775cee);});$marker.push(m_0f4280973a41f53e5f3eb98b58775cee);}});}google.maps.event.addDomListener(window, 'load', initialize);