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(19.7011,-155.095)};var g_a90d826cba0c19f753c6273448ccaf0c = new google.maps.Geocoder();g_a90d826cba0c19f753c6273448ccaf0c.geocode( { 'address': "1437 Kilauea Ave, Hilo, HI 96720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilo-HI-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('hilo-HI-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('5959c59a').innerHTML += ' | View Map';var $la90d826cba0c19f753c6273448ccaf0c = '

Merrill Lynch Wealth Management

Address: 1437 Kilauea Ave, Hilo, HI 96720
Phone: (808) 935-1136
';var m_a90d826cba0c19f753c6273448ccaf0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_a90d826cba0c19f753c6273448ccaf0c['infowindow'] = new google.maps.InfoWindow({content: $la90d826cba0c19f753c6273448ccaf0c});var infowindow = new google.maps.InfoWindow({content: $la90d826cba0c19f753c6273448ccaf0c});google.maps.event.addListener(m_a90d826cba0c19f753c6273448ccaf0c, 'click', function() {infowindow.open(map,m_a90d826cba0c19f753c6273448ccaf0c);});$marker.push(m_a90d826cba0c19f753c6273448ccaf0c);}});}google.maps.event.addDomListener(window, 'load', initialize);