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.8801,-156.455)};var g_ac9230743b1790814b852f46b35d7275 = new google.maps.Geocoder();g_ac9230743b1790814b852f46b35d7275.geocode( { 'address': "270 Dairy Rd # 146, Kahului, HI 96732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kahului-HI-maui-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kahului-HI-maui-county-federal-credit-union'), mapOptions);}document.getElementById('ea64c605').innerHTML += ' | View Map';var $lac9230743b1790814b852f46b35d7275 = '

Maui County Federal Credit Union

Address: 270 Dairy Rd # 146, Kahului, HI 96732, USA
Phone: (808) 244-7968
';var m_ac9230743b1790814b852f46b35d7275 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maui County Federal Credit Union',});m_ac9230743b1790814b852f46b35d7275['infowindow'] = new google.maps.InfoWindow({content: $lac9230743b1790814b852f46b35d7275});var infowindow = new google.maps.InfoWindow({content: $lac9230743b1790814b852f46b35d7275});google.maps.event.addListener(m_ac9230743b1790814b852f46b35d7275, 'click', function() {infowindow.open(map,m_ac9230743b1790814b852f46b35d7275);});$marker.push(m_ac9230743b1790814b852f46b35d7275);}});}google.maps.event.addDomListener(window, 'load', initialize);