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.9811,-159.371)};var g_762b6f10e80ab0d321b0296086a66830 = new google.maps.Geocoder();g_762b6f10e80ab0d321b0296086a66830.geocode( { 'address': "Lihue, HI 96766, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lihue-HI-calcon-mutual-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('lihue-HI-calcon-mutual-mortgage-corporation'), mapOptions);}document.getElementById('4df9d6c4').innerHTML += ' | View Map';var $l762b6f10e80ab0d321b0296086a66830 = '

Calcon Mutual Mortgage Corporation

Address: Lihue, HI 96766, USA
Phone: (808) 246-9933
';var m_762b6f10e80ab0d321b0296086a66830 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Calcon Mutual Mortgage Corporation',});m_762b6f10e80ab0d321b0296086a66830['infowindow'] = new google.maps.InfoWindow({content: $l762b6f10e80ab0d321b0296086a66830});var infowindow = new google.maps.InfoWindow({content: $l762b6f10e80ab0d321b0296086a66830});google.maps.event.addListener(m_762b6f10e80ab0d321b0296086a66830, 'click', function() {infowindow.open(map,m_762b6f10e80ab0d321b0296086a66830);});$marker.push(m_762b6f10e80ab0d321b0296086a66830);}});}google.maps.event.addDomListener(window, 'load', initialize);