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.1428,-118.25)};var g_74048fe3ce86f588f38ad7d2e4fa7d56 = new google.maps.Geocoder();g_74048fe3ce86f588f38ad7d2e4fa7d56.geocode( { 'address': "425 E Colorado St #565, Glendale, CA 91205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-CA-citisky-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('glendale-CA-citisky-home-loans'), mapOptions);}document.getElementById('f2e99a81').innerHTML += ' | View Map';var $l74048fe3ce86f588f38ad7d2e4fa7d56 = '

CitiSky Home Loans

Address: 425 E Colorado St #565, Glendale, CA 91205, USA
Phone: (818) 797-5555
';var m_74048fe3ce86f588f38ad7d2e4fa7d56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CitiSky Home Loans',});m_74048fe3ce86f588f38ad7d2e4fa7d56['infowindow'] = new google.maps.InfoWindow({content: $l74048fe3ce86f588f38ad7d2e4fa7d56});var infowindow = new google.maps.InfoWindow({content: $l74048fe3ce86f588f38ad7d2e4fa7d56});google.maps.event.addListener(m_74048fe3ce86f588f38ad7d2e4fa7d56, 'click', function() {infowindow.open(map,m_74048fe3ce86f588f38ad7d2e4fa7d56);});$marker.push(m_74048fe3ce86f588f38ad7d2e4fa7d56);}});}google.maps.event.addDomListener(window, 'load', initialize);