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(32.7872,-96.7985)};var g_5168b56f7d5b45e4c5916c8fbddecb44 = new google.maps.Geocoder();g_5168b56f7d5b45e4c5916c8fbddecb44.geocode( { 'address': "14801 Quorum Dr, Dallas, TX 75254"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-gregory-laywell-supreme-lending').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-gregory-laywell-supreme-lending'), mapOptions);}document.getElementById('80df6445').innerHTML += ' | View Map';var $l5168b56f7d5b45e4c5916c8fbddecb44 = '

Gregory Laywell - Supreme Lending

Address: 14801 Quorum Dr, Dallas, TX 75254
Phone: (972) 447-5588
';var m_5168b56f7d5b45e4c5916c8fbddecb44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gregory Laywell - Supreme Lending',});m_5168b56f7d5b45e4c5916c8fbddecb44['infowindow'] = new google.maps.InfoWindow({content: $l5168b56f7d5b45e4c5916c8fbddecb44});var infowindow = new google.maps.InfoWindow({content: $l5168b56f7d5b45e4c5916c8fbddecb44});google.maps.event.addListener(m_5168b56f7d5b45e4c5916c8fbddecb44, 'click', function() {infowindow.open(map,m_5168b56f7d5b45e4c5916c8fbddecb44);});$marker.push(m_5168b56f7d5b45e4c5916c8fbddecb44);}});}google.maps.event.addDomListener(window, 'load', initialize);