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(28.8847,-97.8992)};var g_e9176bfe821b41775162a9beb913909c = new google.maps.Geocoder();g_e9176bfe821b41775162a9beb913909c.geocode( { 'address': "220 E Calvert Ave, Karnes City, TX 78118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('karnes-city-TX-star-loans').style.display = '';map = new google.maps.Map(document.getElementById('karnes-city-TX-star-loans'), mapOptions);}document.getElementById('b628a5af').innerHTML += ' | View Map';var $le9176bfe821b41775162a9beb913909c = '

Star Loans

Address: 220 E Calvert Ave, Karnes City, TX 78118, USA
Phone: (830) 780-2624
';var m_e9176bfe821b41775162a9beb913909c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star Loans',});m_e9176bfe821b41775162a9beb913909c['infowindow'] = new google.maps.InfoWindow({content: $le9176bfe821b41775162a9beb913909c});var infowindow = new google.maps.InfoWindow({content: $le9176bfe821b41775162a9beb913909c});google.maps.event.addListener(m_e9176bfe821b41775162a9beb913909c, 'click', function() {infowindow.open(map,m_e9176bfe821b41775162a9beb913909c);});$marker.push(m_e9176bfe821b41775162a9beb913909c);}});}google.maps.event.addDomListener(window, 'load', initialize);