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.1906,-118.348)};var g_9a5e4548bc6d3edabc01c33f1d1fa7fb = new google.maps.Geocoder();g_9a5e4548bc6d3edabc01c33f1d1fa7fb.geocode( { 'address': "2340 N Hollywood Way, Burbank, CA 91505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burbank-CA-logix-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('burbank-CA-logix-federal-credit-union'), mapOptions);}document.getElementById('81745eb8').innerHTML += ' | View Map';var $l9a5e4548bc6d3edabc01c33f1d1fa7fb = '

Logix Federal Credit Union

Address: 2340 N Hollywood Way, Burbank, CA 91505, USA
Phone: (800) 328-5328
';var m_9a5e4548bc6d3edabc01c33f1d1fa7fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Logix Federal Credit Union',});m_9a5e4548bc6d3edabc01c33f1d1fa7fb['infowindow'] = new google.maps.InfoWindow({content: $l9a5e4548bc6d3edabc01c33f1d1fa7fb});var infowindow = new google.maps.InfoWindow({content: $l9a5e4548bc6d3edabc01c33f1d1fa7fb});google.maps.event.addListener(m_9a5e4548bc6d3edabc01c33f1d1fa7fb, 'click', function() {infowindow.open(map,m_9a5e4548bc6d3edabc01c33f1d1fa7fb);});$marker.push(m_9a5e4548bc6d3edabc01c33f1d1fa7fb);}});}google.maps.event.addDomListener(window, 'load', initialize);