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.3006,-157.845)};var g_bed5623adc8b12bc67a4221a5d5cccc4 = new google.maps.Geocoder();g_bed5623adc8b12bc67a4221a5d5cccc4.geocode( { 'address': "1150 S King St # 601, Honolulu, HI 96814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-american-mortgage-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-american-mortgage-services-llc'), mapOptions);}document.getElementById('d4211c8a').innerHTML += ' | View Map';var $lbed5623adc8b12bc67a4221a5d5cccc4 = '

American Mortgage Services LLC

Address: 1150 S King St # 601, Honolulu, HI 96814, USA
Phone: (808) 591-1530
';var m_bed5623adc8b12bc67a4221a5d5cccc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgage Services LLC',});m_bed5623adc8b12bc67a4221a5d5cccc4['infowindow'] = new google.maps.InfoWindow({content: $lbed5623adc8b12bc67a4221a5d5cccc4});var infowindow = new google.maps.InfoWindow({content: $lbed5623adc8b12bc67a4221a5d5cccc4});google.maps.event.addListener(m_bed5623adc8b12bc67a4221a5d5cccc4, 'click', function() {infowindow.open(map,m_bed5623adc8b12bc67a4221a5d5cccc4);});$marker.push(m_bed5623adc8b12bc67a4221a5d5cccc4);}});}google.maps.event.addDomListener(window, 'load', initialize);