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.4805,-158.021)};var g_e58157c2e27120a4b6e6cca4228040c0 = new google.maps.Geocoder();g_e58157c2e27120a4b6e6cca4228040c0.geocode( { 'address': "100 Kahelu Ave #4, Mililani, HI 96789, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mililani-HI-castle--cooke-mortgage-llc-mililani-branch').style.display = '';map = new google.maps.Map(document.getElementById('mililani-HI-castle--cooke-mortgage-llc-mililani-branch'), mapOptions);}document.getElementById('49e1b35f').innerHTML += ' | View Map';var $le58157c2e27120a4b6e6cca4228040c0 = '

Castle & Cooke Mortgage, LLC (Mililani Branch)

Address: 100 Kahelu Ave #4, Mililani, HI 96789, USA
Phone: (808) 627-9834
';var m_e58157c2e27120a4b6e6cca4228040c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Castle & Cooke Mortgage, LLC (Mililani Branch)',});m_e58157c2e27120a4b6e6cca4228040c0['infowindow'] = new google.maps.InfoWindow({content: $le58157c2e27120a4b6e6cca4228040c0});var infowindow = new google.maps.InfoWindow({content: $le58157c2e27120a4b6e6cca4228040c0});google.maps.event.addListener(m_e58157c2e27120a4b6e6cca4228040c0, 'click', function() {infowindow.open(map,m_e58157c2e27120a4b6e6cca4228040c0);});$marker.push(m_e58157c2e27120a4b6e6cca4228040c0);}});}google.maps.event.addDomListener(window, 'load', initialize);