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.2878,-118.741)};var g_791a36081ed68160162026d1fcc3c701 = new google.maps.Geocoder();g_791a36081ed68160162026d1fcc3c701.geocode( { 'address': "4505 Industrial St, Simi Valley, CA 93063"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('simi-valley-CA-trinity-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('simi-valley-CA-trinity-credit-services'), mapOptions);}document.getElementById('85a0e22d').innerHTML += ' | View Map';var $l791a36081ed68160162026d1fcc3c701 = '

Trinity Credit Services

Address: 4505 Industrial St, Simi Valley, CA 93063
Phone: (805) 527-3348
';var m_791a36081ed68160162026d1fcc3c701 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trinity Credit Services',});m_791a36081ed68160162026d1fcc3c701['infowindow'] = new google.maps.InfoWindow({content: $l791a36081ed68160162026d1fcc3c701});var infowindow = new google.maps.InfoWindow({content: $l791a36081ed68160162026d1fcc3c701});google.maps.event.addListener(m_791a36081ed68160162026d1fcc3c701, 'click', function() {infowindow.open(map,m_791a36081ed68160162026d1fcc3c701);});$marker.push(m_791a36081ed68160162026d1fcc3c701);}});}google.maps.event.addDomListener(window, 'load', initialize);