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.6378,-155.975)};var g_336355be52d00810c89e87da828d404f = new google.maps.Geocoder();g_336355be52d00810c89e87da828d404f.geocode( { 'address': "76916 Kailua Rd, Kailua-Kona, HI 96740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kailua-kona-HI-allstar-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('kailua-kona-HI-allstar-mortgage'), mapOptions);}document.getElementById('0a3cb64a').innerHTML += ' | View Map';var $l336355be52d00810c89e87da828d404f = '

Allstar Mortgage

Address: 76916 Kailua Rd, Kailua-Kona, HI 96740, USA
Phone: (808) 329-6579
';var m_336355be52d00810c89e87da828d404f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allstar Mortgage',});m_336355be52d00810c89e87da828d404f['infowindow'] = new google.maps.InfoWindow({content: $l336355be52d00810c89e87da828d404f});var infowindow = new google.maps.InfoWindow({content: $l336355be52d00810c89e87da828d404f});google.maps.event.addListener(m_336355be52d00810c89e87da828d404f, 'click', function() {infowindow.open(map,m_336355be52d00810c89e87da828d404f);});$marker.push(m_336355be52d00810c89e87da828d404f);}});}google.maps.event.addDomListener(window, 'load', initialize);