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(33.1793,-96.601)};var g_4cce664ec5d8326cc457ab09053c15b2 = new google.maps.Geocoder();g_4cce664ec5d8326cc457ab09053c15b2.geocode( { 'address': "404 Powerhouse, Mckinney, TX 75071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-trinity-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-trinity-credit-services'), mapOptions);}document.getElementById('92a900fd').innerHTML += ' | View Map';var $l4cce664ec5d8326cc457ab09053c15b2 = '

Trinity Credit Services

Address: 404 Powerhouse, Mckinney, TX 75071
Phone: (469) 952-3444
';var m_4cce664ec5d8326cc457ab09053c15b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trinity Credit Services',});m_4cce664ec5d8326cc457ab09053c15b2['infowindow'] = new google.maps.InfoWindow({content: $l4cce664ec5d8326cc457ab09053c15b2});var infowindow = new google.maps.InfoWindow({content: $l4cce664ec5d8326cc457ab09053c15b2});google.maps.event.addListener(m_4cce664ec5d8326cc457ab09053c15b2, 'click', function() {infowindow.open(map,m_4cce664ec5d8326cc457ab09053c15b2);});$marker.push(m_4cce664ec5d8326cc457ab09053c15b2);}});}google.maps.event.addDomListener(window, 'load', initialize);