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.9806,-96.6478)};var g_aa6b0fa969e5b4b7e097ef929cddbc0b = new google.maps.Geocoder();g_aa6b0fa969e5b4b7e097ef929cddbc0b.geocode( { 'address': "412 N Wells St, Edna, TX 77957, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edna-TX-bar-c-finance').style.display = '';map = new google.maps.Map(document.getElementById('edna-TX-bar-c-finance'), mapOptions);}document.getElementById('6b6dd87f').innerHTML += ' | View Map';var $laa6b0fa969e5b4b7e097ef929cddbc0b = '

Bar C Finance

Address: 412 N Wells St, Edna, TX 77957, USA
Phone: (361) 781-0444
';var m_aa6b0fa969e5b4b7e097ef929cddbc0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bar C Finance',});m_aa6b0fa969e5b4b7e097ef929cddbc0b['infowindow'] = new google.maps.InfoWindow({content: $laa6b0fa969e5b4b7e097ef929cddbc0b});var infowindow = new google.maps.InfoWindow({content: $laa6b0fa969e5b4b7e097ef929cddbc0b});google.maps.event.addListener(m_aa6b0fa969e5b4b7e097ef929cddbc0b, 'click', function() {infowindow.open(map,m_aa6b0fa969e5b4b7e097ef929cddbc0b);});$marker.push(m_aa6b0fa969e5b4b7e097ef929cddbc0b);}});}google.maps.event.addDomListener(window, 'load', initialize);