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.8993)};var g_57785c5f78c35f01b8053c05f077b309 = new google.maps.Geocoder();g_57785c5f78c35f01b8053c05f077b309.geocode( { 'address': "218 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-bar-c-finance').style.display = '';map = new google.maps.Map(document.getElementById('karnes-city-TX-bar-c-finance'), mapOptions);}document.getElementById('f6147a7c').innerHTML += ' | View Map';var $l57785c5f78c35f01b8053c05f077b309 = '

Bar C Finance

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