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(29.143,-98.1575)};var g_875c45641c2f164a5e391fcf80838b79 = new google.maps.Geocoder();g_875c45641c2f164a5e391fcf80838b79.geocode( { 'address': "921 10th St Ste 107, Floresville, TX 78114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('floresville-TX-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('floresville-TX-sun-loan-company'), mapOptions);}document.getElementById('f22a2b19').innerHTML += ' | View Map';var $l875c45641c2f164a5e391fcf80838b79 = '

Sun Loan Company

Address: 921 10th St Ste 107, Floresville, TX 78114, USA
Phone: (830) 393-9500
';var m_875c45641c2f164a5e391fcf80838b79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_875c45641c2f164a5e391fcf80838b79['infowindow'] = new google.maps.InfoWindow({content: $l875c45641c2f164a5e391fcf80838b79});var infowindow = new google.maps.InfoWindow({content: $l875c45641c2f164a5e391fcf80838b79});google.maps.event.addListener(m_875c45641c2f164a5e391fcf80838b79, 'click', function() {infowindow.open(map,m_875c45641c2f164a5e391fcf80838b79);});$marker.push(m_875c45641c2f164a5e391fcf80838b79);}});}google.maps.event.addDomListener(window, 'load', initialize);