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.1724,-96.6758)};var g_614702957b7f03d0e9e4bcd2370c3a6d = new google.maps.Geocoder();g_614702957b7f03d0e9e4bcd2370c3a6d.geocode( { 'address': "4500 Eldorado Pkwy #1600, McKinney, TX 75070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-supreme-lending---the-core-team').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-supreme-lending---the-core-team'), mapOptions);}document.getElementById('a099ffa7').innerHTML += ' | View Map';var $l614702957b7f03d0e9e4bcd2370c3a6d = '

Supreme Lending - The CORE Team

Address: 4500 Eldorado Pkwy #1600, McKinney, TX 75070, USA
Phone: (214) 572-2557
';var m_614702957b7f03d0e9e4bcd2370c3a6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Supreme Lending - The CORE Team',});m_614702957b7f03d0e9e4bcd2370c3a6d['infowindow'] = new google.maps.InfoWindow({content: $l614702957b7f03d0e9e4bcd2370c3a6d});var infowindow = new google.maps.InfoWindow({content: $l614702957b7f03d0e9e4bcd2370c3a6d});google.maps.event.addListener(m_614702957b7f03d0e9e4bcd2370c3a6d, 'click', function() {infowindow.open(map,m_614702957b7f03d0e9e4bcd2370c3a6d);});$marker.push(m_614702957b7f03d0e9e4bcd2370c3a6d);}});}google.maps.event.addDomListener(window, 'load', initialize);