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.1582,-118.26)};var g_9774476910f98f71512cb34fe556326f = new google.maps.Geocoder();g_9774476910f98f71512cb34fe556326f.geocode( { 'address': "340 Arden Ave, Glendale, CA 91203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-CA-clearpath-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('glendale-CA-clearpath-federal-credit-union'), mapOptions);}document.getElementById('3526a025').innerHTML += ' | View Map';var $l9774476910f98f71512cb34fe556326f = '

Clearpath Federal Credit Union

Address: 340 Arden Ave, Glendale, CA 91203, USA
Phone: (818) 937-5300
';var m_9774476910f98f71512cb34fe556326f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearpath Federal Credit Union',});m_9774476910f98f71512cb34fe556326f['infowindow'] = new google.maps.InfoWindow({content: $l9774476910f98f71512cb34fe556326f});var infowindow = new google.maps.InfoWindow({content: $l9774476910f98f71512cb34fe556326f});google.maps.event.addListener(m_9774476910f98f71512cb34fe556326f, 'click', function() {infowindow.open(map,m_9774476910f98f71512cb34fe556326f);});$marker.push(m_9774476910f98f71512cb34fe556326f);}});}google.maps.event.addDomListener(window, 'load', initialize);