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.75,-156.44)};var g_acc56d0851c7d333b34a6ef68a641438 = new google.maps.Geocoder();g_acc56d0851c7d333b34a6ef68a641438.geocode( { 'address': "535 Lipoa Pkwy, Kihei, HI 96753, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kihei-HI-afn-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('kihei-HI-afn-mortgage'), mapOptions);}document.getElementById('a6a10942').innerHTML += ' | View Map';var $lacc56d0851c7d333b34a6ef68a641438 = '

AFN Mortgage

Address: 535 Lipoa Pkwy, Kihei, HI 96753, USA
Phone: (808) 250-7077
';var m_acc56d0851c7d333b34a6ef68a641438 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AFN Mortgage',});m_acc56d0851c7d333b34a6ef68a641438['infowindow'] = new google.maps.InfoWindow({content: $lacc56d0851c7d333b34a6ef68a641438});var infowindow = new google.maps.InfoWindow({content: $lacc56d0851c7d333b34a6ef68a641438});google.maps.event.addListener(m_acc56d0851c7d333b34a6ef68a641438, 'click', function() {infowindow.open(map,m_acc56d0851c7d333b34a6ef68a641438);});$marker.push(m_acc56d0851c7d333b34a6ef68a641438);}});}google.maps.event.addDomListener(window, 'load', initialize);