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(34.4361,-100.232)};var g_463c65206b0608e00964582501ef64c6 = new google.maps.Geocoder();g_463c65206b0608e00964582501ef64c6.geocode( { 'address': "2305 Ave F NW #300, Childress, TX 79201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('childress-TX-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('childress-TX-sun-loan-company'), mapOptions);}document.getElementById('47cd370d').innerHTML += ' | View Map';var $l463c65206b0608e00964582501ef64c6 = '

Sun Loan Company

Address: 2305 Ave F NW #300, Childress, TX 79201, USA
Phone: (940) 226-0217
';var m_463c65206b0608e00964582501ef64c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_463c65206b0608e00964582501ef64c6['infowindow'] = new google.maps.InfoWindow({content: $l463c65206b0608e00964582501ef64c6});var infowindow = new google.maps.InfoWindow({content: $l463c65206b0608e00964582501ef64c6});google.maps.event.addListener(m_463c65206b0608e00964582501ef64c6, 'click', function() {infowindow.open(map,m_463c65206b0608e00964582501ef64c6);});$marker.push(m_463c65206b0608e00964582501ef64c6);}});}google.maps.event.addDomListener(window, 'load', initialize);