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(32.6703,-117.006)};var g_ae3cdb014c11af30e2f5ba6da87b8ccf = new google.maps.Geocoder();g_ae3cdb014c11af30e2f5ba6da87b8ccf.geocode( { 'address': "4096 Bonita Rd, Bonita, CA 91902"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonita-CA-credit-corner').style.display = '';map = new google.maps.Map(document.getElementById('bonita-CA-credit-corner'), mapOptions);}document.getElementById('6af77cb4').innerHTML += ' | View Map';var $lae3cdb014c11af30e2f5ba6da87b8ccf = '

Credit Corner

Address: 4096 Bonita Rd, Bonita, CA 91902
Phone: (619) 313-8059
';var m_ae3cdb014c11af30e2f5ba6da87b8ccf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Corner',});m_ae3cdb014c11af30e2f5ba6da87b8ccf['infowindow'] = new google.maps.InfoWindow({content: $lae3cdb014c11af30e2f5ba6da87b8ccf});var infowindow = new google.maps.InfoWindow({content: $lae3cdb014c11af30e2f5ba6da87b8ccf});google.maps.event.addListener(m_ae3cdb014c11af30e2f5ba6da87b8ccf, 'click', function() {infowindow.open(map,m_ae3cdb014c11af30e2f5ba6da87b8ccf);});$marker.push(m_ae3cdb014c11af30e2f5ba6da87b8ccf);}});}google.maps.event.addDomListener(window, 'load', initialize);