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.2101,-118.84)};var g_3679ca24bcbe7d0228edbfcd3aeeb8cc = new google.maps.Geocoder();g_3679ca24bcbe7d0228edbfcd3aeeb8cc.geocode( { 'address': "2060 E Avenida De Los Arboles, Thousand Oaks, CA 91362, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thousand-oaks-CA-logix-federal-credit-union---thousand-oaks-branch').style.display = '';map = new google.maps.Map(document.getElementById('thousand-oaks-CA-logix-federal-credit-union---thousand-oaks-branch'), mapOptions);}document.getElementById('14e8deb4').innerHTML += ' | View Map';var $l3679ca24bcbe7d0228edbfcd3aeeb8cc = '

Logix Federal Credit Union - Thousand Oaks Branch

Address: 2060 E Avenida De Los Arboles, Thousand Oaks, CA 91362, USA
Phone: (800) 328-5328
';var m_3679ca24bcbe7d0228edbfcd3aeeb8cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Logix Federal Credit Union - Thousand Oaks Branch',});m_3679ca24bcbe7d0228edbfcd3aeeb8cc['infowindow'] = new google.maps.InfoWindow({content: $l3679ca24bcbe7d0228edbfcd3aeeb8cc});var infowindow = new google.maps.InfoWindow({content: $l3679ca24bcbe7d0228edbfcd3aeeb8cc});google.maps.event.addListener(m_3679ca24bcbe7d0228edbfcd3aeeb8cc, 'click', function() {infowindow.open(map,m_3679ca24bcbe7d0228edbfcd3aeeb8cc);});$marker.push(m_3679ca24bcbe7d0228edbfcd3aeeb8cc);}});}google.maps.event.addDomListener(window, 'load', initialize);