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.7201,-156.446)};var g_3780e410986665b270501f4b7ed21afa = new google.maps.Geocoder();g_3780e410986665b270501f4b7ed21afa.geocode( { 'address': "2395 S Kihei Rd #205, Kihei, HI 96753, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kihei-HI-pacific-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('kihei-HI-pacific-home-loans'), mapOptions);}document.getElementById('f0b670d2').innerHTML += ' | View Map';var $l3780e410986665b270501f4b7ed21afa = '

Pacific Home Loans

Address: 2395 S Kihei Rd #205, Kihei, HI 96753, USA
Phone: (808) 891-0415
';var m_3780e410986665b270501f4b7ed21afa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Home Loans',});m_3780e410986665b270501f4b7ed21afa['infowindow'] = new google.maps.InfoWindow({content: $l3780e410986665b270501f4b7ed21afa});var infowindow = new google.maps.InfoWindow({content: $l3780e410986665b270501f4b7ed21afa});google.maps.event.addListener(m_3780e410986665b270501f4b7ed21afa, 'click', function() {infowindow.open(map,m_3780e410986665b270501f4b7ed21afa);});$marker.push(m_3780e410986665b270501f4b7ed21afa);}});}google.maps.event.addDomListener(window, 'load', initialize);