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(27.5074,-97.8551)};var g_19df34e5a4cbdb9c7a41acd3fbd71222 = new google.maps.Geocoder();g_19df34e5a4cbdb9c7a41acd3fbd71222.geocode( { 'address': "1030 S 14th St, Kingsville, TX 78363, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingsville-TX-sun-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('kingsville-TX-sun-loan-company'), mapOptions);}document.getElementById('8eafa516').innerHTML += ' | View Map';var $l19df34e5a4cbdb9c7a41acd3fbd71222 = '

Sun Loan Company

Address: 1030 S 14th St, Kingsville, TX 78363, USA
Phone: (361) 595-0431
';var m_19df34e5a4cbdb9c7a41acd3fbd71222 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Loan Company',});m_19df34e5a4cbdb9c7a41acd3fbd71222['infowindow'] = new google.maps.InfoWindow({content: $l19df34e5a4cbdb9c7a41acd3fbd71222});var infowindow = new google.maps.InfoWindow({content: $l19df34e5a4cbdb9c7a41acd3fbd71222});google.maps.event.addListener(m_19df34e5a4cbdb9c7a41acd3fbd71222, 'click', function() {infowindow.open(map,m_19df34e5a4cbdb9c7a41acd3fbd71222);});$marker.push(m_19df34e5a4cbdb9c7a41acd3fbd71222);}});}google.maps.event.addDomListener(window, 'load', initialize);