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.6045,-158.09)};var g_d98420da8d2b76e41ceb98085569e395 = new google.maps.Geocoder();g_d98420da8d2b76e41ceb98085569e395.geocode( { 'address': "66-197 Kamehameha Hwy, Haleiwa, HI 96712"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haleiwa-HI-american-savings-bank-haleiwa-branch').style.display = '';map = new google.maps.Map(document.getElementById('haleiwa-HI-american-savings-bank-haleiwa-branch'), mapOptions);}document.getElementById('cc9930ac').innerHTML += ' | View Map';var $ld98420da8d2b76e41ceb98085569e395 = '

American Savings Bank - Haleiwa Branch

Address: 66-197 Kamehameha Hwy, Haleiwa, HI 96712
Phone: (808) 637-5042
';var m_d98420da8d2b76e41ceb98085569e395 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Savings Bank - Haleiwa Branch',});m_d98420da8d2b76e41ceb98085569e395['infowindow'] = new google.maps.InfoWindow({content: $ld98420da8d2b76e41ceb98085569e395});var infowindow = new google.maps.InfoWindow({content: $ld98420da8d2b76e41ceb98085569e395});google.maps.event.addListener(m_d98420da8d2b76e41ceb98085569e395, 'click', function() {infowindow.open(map,m_d98420da8d2b76e41ceb98085569e395);});$marker.push(m_d98420da8d2b76e41ceb98085569e395);}});}google.maps.event.addDomListener(window, 'load', initialize);