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.1695,-118.37)};var g_ee3d844bb81bd3565dacf5e720354048 = new google.maps.Geocoder();g_ee3d844bb81bd3565dacf5e720354048.geocode( { 'address': "12918 Sherman Way, North Hollywood, CA 91605"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-hollywood-CA-quick-fix-credit').style.display = '';map = new google.maps.Map(document.getElementById('north-hollywood-CA-quick-fix-credit'), mapOptions);}document.getElementById('69b348ef').innerHTML += ' | View Map';var $lee3d844bb81bd3565dacf5e720354048 = '

Quick Fix Credit

Address: 12918 Sherman Way, North Hollywood, CA 91605
Phone: (888) 800-8004
';var m_ee3d844bb81bd3565dacf5e720354048 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Fix Credit',});m_ee3d844bb81bd3565dacf5e720354048['infowindow'] = new google.maps.InfoWindow({content: $lee3d844bb81bd3565dacf5e720354048});var infowindow = new google.maps.InfoWindow({content: $lee3d844bb81bd3565dacf5e720354048});google.maps.event.addListener(m_ee3d844bb81bd3565dacf5e720354048, 'click', function() {infowindow.open(map,m_ee3d844bb81bd3565dacf5e720354048);});$marker.push(m_ee3d844bb81bd3565dacf5e720354048);}});}google.maps.event.addDomListener(window, 'load', initialize);