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(33.4249,-104.522)};var g_83eb91ad37565b302448f13755c2b536 = new google.maps.Geocoder();g_83eb91ad37565b302448f13755c2b536.geocode( { 'address': "2601 N Main St Ste 1, Roswell, NM 88201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roswell-NM-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('roswell-NM-sun-loan-company'), mapOptions);}document.getElementById('f6cfd546').innerHTML += ' | View Map';var $l83eb91ad37565b302448f13755c2b536 = '

Sun Loan Company

Address: 2601 N Main St Ste 1, Roswell, NM 88201, USA
Phone: (575) 622-3122
';var m_83eb91ad37565b302448f13755c2b536 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_83eb91ad37565b302448f13755c2b536['infowindow'] = new google.maps.InfoWindow({content: $l83eb91ad37565b302448f13755c2b536});var infowindow = new google.maps.InfoWindow({content: $l83eb91ad37565b302448f13755c2b536});google.maps.event.addListener(m_83eb91ad37565b302448f13755c2b536, 'click', function() {infowindow.open(map,m_83eb91ad37565b302448f13755c2b536);});$marker.push(m_83eb91ad37565b302448f13755c2b536);}});}google.maps.event.addDomListener(window, 'load', initialize);