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.3358,-157.869)};var g_c9b7db2d847e72e4cf34458ab1b17f68 = new google.maps.Geocoder();g_c9b7db2d847e72e4cf34458ab1b17f68.geocode( { 'address': "1620 N School St # 142, Honolulu, HI 96817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('honolulu-HI-finance-factors---kalihi-branch').style.display = '';map = new google.maps.Map(document.getElementById('honolulu-HI-finance-factors---kalihi-branch'), mapOptions);}document.getElementById('6212e810').innerHTML += ' | View Map';var $lc9b7db2d847e72e4cf34458ab1b17f68 = '

Finance Factors - Kalihi Branch

Address: 1620 N School St # 142, Honolulu, HI 96817, USA
Phone: (808) 832-6500
';var m_c9b7db2d847e72e4cf34458ab1b17f68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Finance Factors - Kalihi Branch',});m_c9b7db2d847e72e4cf34458ab1b17f68['infowindow'] = new google.maps.InfoWindow({content: $lc9b7db2d847e72e4cf34458ab1b17f68});var infowindow = new google.maps.InfoWindow({content: $lc9b7db2d847e72e4cf34458ab1b17f68});google.maps.event.addListener(m_c9b7db2d847e72e4cf34458ab1b17f68, 'click', function() {infowindow.open(map,m_c9b7db2d847e72e4cf34458ab1b17f68);});$marker.push(m_c9b7db2d847e72e4cf34458ab1b17f68);}});}google.maps.event.addDomListener(window, 'load', initialize);