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(34.1013,-118.287)};var g_334d3bd3e5a6b1b08ef6cda3ab7243c9 = new google.maps.Geocoder();g_334d3bd3e5a6b1b08ef6cda3ab7243c9.geocode( { 'address': "1662 Hillhurst Ave, Los Angeles, CA 90027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-hillhurst-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-hillhurst-mortgage-inc'), mapOptions);}document.getElementById('4273505b').innerHTML += ' | View Map';var $l334d3bd3e5a6b1b08ef6cda3ab7243c9 = '

Hillhurst Mortgage, Inc.

Address: 1662 Hillhurst Ave, Los Angeles, CA 90027, USA
Phone: (323) 522-1020
';var m_334d3bd3e5a6b1b08ef6cda3ab7243c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hillhurst Mortgage, Inc.',});m_334d3bd3e5a6b1b08ef6cda3ab7243c9['infowindow'] = new google.maps.InfoWindow({content: $l334d3bd3e5a6b1b08ef6cda3ab7243c9});var infowindow = new google.maps.InfoWindow({content: $l334d3bd3e5a6b1b08ef6cda3ab7243c9});google.maps.event.addListener(m_334d3bd3e5a6b1b08ef6cda3ab7243c9, 'click', function() {infowindow.open(map,m_334d3bd3e5a6b1b08ef6cda3ab7243c9);});$marker.push(m_334d3bd3e5a6b1b08ef6cda3ab7243c9);}});}google.maps.event.addDomListener(window, 'load', initialize);