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.1534,-118.255)};var g_4d239dcd4b1efb5c76271f3ff329e50a = new google.maps.Geocoder();g_4d239dcd4b1efb5c76271f3ff329e50a.geocode( { 'address': "500 N Brand Blvd #1940, Glendale, CA 91203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-CA-loan-gallery').style.display = '';map = new google.maps.Map(document.getElementById('glendale-CA-loan-gallery'), mapOptions);}document.getElementById('0b4c101b').innerHTML += ' | View Map';var $l4d239dcd4b1efb5c76271f3ff329e50a = '

Loan Gallery

Address: 500 N Brand Blvd #1940, Glendale, CA 91203, USA
Phone: (818) 552-4599
';var m_4d239dcd4b1efb5c76271f3ff329e50a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Gallery',});m_4d239dcd4b1efb5c76271f3ff329e50a['infowindow'] = new google.maps.InfoWindow({content: $l4d239dcd4b1efb5c76271f3ff329e50a});var infowindow = new google.maps.InfoWindow({content: $l4d239dcd4b1efb5c76271f3ff329e50a});google.maps.event.addListener(m_4d239dcd4b1efb5c76271f3ff329e50a, 'click', function() {infowindow.open(map,m_4d239dcd4b1efb5c76271f3ff329e50a);});$marker.push(m_4d239dcd4b1efb5c76271f3ff329e50a);}});}google.maps.event.addDomListener(window, 'load', initialize);