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.9531,-96.8891)};var g_4fbcff0661f33ef232093f4cb8819e4c = new google.maps.Geocoder();g_4fbcff0661f33ef232093f4cb8819e4c.geocode( { 'address': "1005 S Josey Ln #210, Carrollton, TX 75006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carrollton-TX-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('carrollton-TX-sun-loan-company'), mapOptions);}document.getElementById('87a0e840').innerHTML += ' | View Map';var $l4fbcff0661f33ef232093f4cb8819e4c = '

Sun Loan Company

Address: 1005 S Josey Ln #210, Carrollton, TX 75006, USA
Phone: (469) 701-6010
';var m_4fbcff0661f33ef232093f4cb8819e4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_4fbcff0661f33ef232093f4cb8819e4c['infowindow'] = new google.maps.InfoWindow({content: $l4fbcff0661f33ef232093f4cb8819e4c});var infowindow = new google.maps.InfoWindow({content: $l4fbcff0661f33ef232093f4cb8819e4c});google.maps.event.addListener(m_4fbcff0661f33ef232093f4cb8819e4c, 'click', function() {infowindow.open(map,m_4fbcff0661f33ef232093f4cb8819e4c);});$marker.push(m_4fbcff0661f33ef232093f4cb8819e4c);}});}google.maps.event.addDomListener(window, 'load', initialize);