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.1735,-118.317)};var g_62f41d7cf59be6f87bd44544206f644c = new google.maps.Geocoder();g_62f41d7cf59be6f87bd44544206f644c.geocode( { 'address': "101 N Victory Blvd, Burbank, CA 91502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burbank-CA-usa-credit').style.display = '';map = new google.maps.Map(document.getElementById('burbank-CA-usa-credit'), mapOptions);}document.getElementById('7c49dcfa').innerHTML += ' | View Map';var $l62f41d7cf59be6f87bd44544206f644c = '

USA Credit

Address: 101 N Victory Blvd, Burbank, CA 91502, USA
Phone: (818) 588-3978
';var m_62f41d7cf59be6f87bd44544206f644c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USA Credit',});m_62f41d7cf59be6f87bd44544206f644c['infowindow'] = new google.maps.InfoWindow({content: $l62f41d7cf59be6f87bd44544206f644c});var infowindow = new google.maps.InfoWindow({content: $l62f41d7cf59be6f87bd44544206f644c});google.maps.event.addListener(m_62f41d7cf59be6f87bd44544206f644c, 'click', function() {infowindow.open(map,m_62f41d7cf59be6f87bd44544206f644c);});$marker.push(m_62f41d7cf59be6f87bd44544206f644c);}});}google.maps.event.addDomListener(window, 'load', initialize);