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.9905,-96.8043)};var g_673420dab7678eb3a8b9d5bc4c473326 = new google.maps.Geocoder();g_673420dab7678eb3a8b9d5bc4c473326.geocode( { 'address': "5999 Summerside Dr #100, Dallas, TX 75252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-skyline-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-skyline-home-loans'), mapOptions);}document.getElementById('6602e1fd').innerHTML += ' | View Map';var $l673420dab7678eb3a8b9d5bc4c473326 = '

Skyline Home Loans

Address: 5999 Summerside Dr #100, Dallas, TX 75252, USA
Phone: (888) 810-1459
';var m_673420dab7678eb3a8b9d5bc4c473326 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Skyline Home Loans',});m_673420dab7678eb3a8b9d5bc4c473326['infowindow'] = new google.maps.InfoWindow({content: $l673420dab7678eb3a8b9d5bc4c473326});var infowindow = new google.maps.InfoWindow({content: $l673420dab7678eb3a8b9d5bc4c473326});google.maps.event.addListener(m_673420dab7678eb3a8b9d5bc4c473326, 'click', function() {infowindow.open(map,m_673420dab7678eb3a8b9d5bc4c473326);});$marker.push(m_673420dab7678eb3a8b9d5bc4c473326);}});}google.maps.event.addDomListener(window, 'load', initialize);