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.1795,-118.337)};var g_6570a8b03f91e287d9a6caf8841e645b = new google.maps.Geocoder();g_6570a8b03f91e287d9a6caf8841e645b.geocode( { 'address': "2313 Burbank Blvd, Burbank, CA 91506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burbank-CA-j-b-financial-used-auto-loans').style.display = '';map = new google.maps.Map(document.getElementById('burbank-CA-j-b-financial-used-auto-loans'), mapOptions);}document.getElementById('6d3da1ce').innerHTML += ' | View Map';var $l6570a8b03f91e287d9a6caf8841e645b = '

J B Financial Used Auto Loans

Address: 2313 Burbank Blvd, Burbank, CA 91506, USA
Phone: (818) 846-7777
';var m_6570a8b03f91e287d9a6caf8841e645b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J B Financial Used Auto Loans',});m_6570a8b03f91e287d9a6caf8841e645b['infowindow'] = new google.maps.InfoWindow({content: $l6570a8b03f91e287d9a6caf8841e645b});var infowindow = new google.maps.InfoWindow({content: $l6570a8b03f91e287d9a6caf8841e645b});google.maps.event.addListener(m_6570a8b03f91e287d9a6caf8841e645b, 'click', function() {infowindow.open(map,m_6570a8b03f91e287d9a6caf8841e645b);});$marker.push(m_6570a8b03f91e287d9a6caf8841e645b);}});}google.maps.event.addDomListener(window, 'load', initialize);