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.2047,-118.228)};var g_433a6ea5429d6d75f0be9bf9da26e24c = new google.maps.Geocoder();g_433a6ea5429d6d75f0be9bf9da26e24c.geocode( { 'address': "3600 Ocean View Blvd, Glendale, CA 91208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-CA-skyline-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('glendale-CA-skyline-financial-corporation'), mapOptions);}document.getElementById('12e8de41').innerHTML += ' | View Map';var $l433a6ea5429d6d75f0be9bf9da26e24c = '

Skyline Financial Corporation

Address: 3600 Ocean View Blvd, Glendale, CA 91208, USA
Phone: (818) 248-2708
';var m_433a6ea5429d6d75f0be9bf9da26e24c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Skyline Financial Corporation',});m_433a6ea5429d6d75f0be9bf9da26e24c['infowindow'] = new google.maps.InfoWindow({content: $l433a6ea5429d6d75f0be9bf9da26e24c});var infowindow = new google.maps.InfoWindow({content: $l433a6ea5429d6d75f0be9bf9da26e24c});google.maps.event.addListener(m_433a6ea5429d6d75f0be9bf9da26e24c, 'click', function() {infowindow.open(map,m_433a6ea5429d6d75f0be9bf9da26e24c);});$marker.push(m_433a6ea5429d6d75f0be9bf9da26e24c);}});}google.maps.event.addDomListener(window, 'load', initialize);