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.2156,-96.6231)};var g_1308e4050fe343cd0c899cedfb897fad = new google.maps.Geocoder();g_1308e4050fe343cd0c899cedfb897fad.geocode( { 'address': "1103 W University Dr, McKinney, TX 75069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-anchor-credit-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-anchor-credit-loans-inc'), mapOptions);}document.getElementById('fbaf4976').innerHTML += ' | View Map';var $l1308e4050fe343cd0c899cedfb897fad = '

Anchor Credit Loans Inc

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