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.2168,-96.6293)};var g_180123dccc1e079eb3dff759832cb255 = new google.maps.Geocoder();g_180123dccc1e079eb3dff759832cb255.geocode( { 'address': "1600 W University Dr, McKinney, TX 75069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-loanstar-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-loanstar-title-loans'), mapOptions);}document.getElementById('e83d17d0').innerHTML += ' | View Map';var $l180123dccc1e079eb3dff759832cb255 = '

Loanstar Title Loans

Address: 1600 W University Dr, McKinney, TX 75069, USA
Phone: (972) 548-8282
';var m_180123dccc1e079eb3dff759832cb255 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanstar Title Loans',});m_180123dccc1e079eb3dff759832cb255['infowindow'] = new google.maps.InfoWindow({content: $l180123dccc1e079eb3dff759832cb255});var infowindow = new google.maps.InfoWindow({content: $l180123dccc1e079eb3dff759832cb255});google.maps.event.addListener(m_180123dccc1e079eb3dff759832cb255, 'click', function() {infowindow.open(map,m_180123dccc1e079eb3dff759832cb255);});$marker.push(m_180123dccc1e079eb3dff759832cb255);}});}google.maps.event.addDomListener(window, 'load', initialize);