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(30.5668,-100.643)};var g_0cf9c827c8dfe8a93ef7e652b1e02b91 = new google.maps.Geocoder();g_0cf9c827c8dfe8a93ef7e652b1e02b91.geocode( { 'address': "Sonora, TX 76950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sonora-TX-sun-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('sonora-TX-sun-loan-co'), mapOptions);}document.getElementById('b58b79a4').innerHTML += ' | View Map';var $l0cf9c827c8dfe8a93ef7e652b1e02b91 = '

Sun Loan Co

Address: Sonora, TX 76950, USA
Phone: (325) 387-5253
';var m_0cf9c827c8dfe8a93ef7e652b1e02b91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Co',});m_0cf9c827c8dfe8a93ef7e652b1e02b91['infowindow'] = new google.maps.InfoWindow({content: $l0cf9c827c8dfe8a93ef7e652b1e02b91});var infowindow = new google.maps.InfoWindow({content: $l0cf9c827c8dfe8a93ef7e652b1e02b91});google.maps.event.addListener(m_0cf9c827c8dfe8a93ef7e652b1e02b91, 'click', function() {infowindow.open(map,m_0cf9c827c8dfe8a93ef7e652b1e02b91);});$marker.push(m_0cf9c827c8dfe8a93ef7e652b1e02b91);}});}google.maps.event.addDomListener(window, 'load', initialize);