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(35.8486,-101.974)};var g_ea05a4ad47ee42ccce8cdc968f0e555d = new google.maps.Geocoder();g_ea05a4ad47ee42ccce8cdc968f0e555d.geocode( { 'address': "1426 Guylane Plaza, Dumas, TX 79029, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dumas-TX-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('dumas-TX-sun-loan-company'), mapOptions);}document.getElementById('1c19948a').innerHTML += ' | View Map';var $lea05a4ad47ee42ccce8cdc968f0e555d = '

Sun Loan Company

Address: 1426 Guylane Plaza, Dumas, TX 79029, USA
Phone: (806) 935-7100
';var m_ea05a4ad47ee42ccce8cdc968f0e555d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_ea05a4ad47ee42ccce8cdc968f0e555d['infowindow'] = new google.maps.InfoWindow({content: $lea05a4ad47ee42ccce8cdc968f0e555d});var infowindow = new google.maps.InfoWindow({content: $lea05a4ad47ee42ccce8cdc968f0e555d});google.maps.event.addListener(m_ea05a4ad47ee42ccce8cdc968f0e555d, 'click', function() {infowindow.open(map,m_ea05a4ad47ee42ccce8cdc968f0e555d);});$marker.push(m_ea05a4ad47ee42ccce8cdc968f0e555d);}});}google.maps.event.addDomListener(window, 'load', initialize);