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(30.1815,-96.9278)};var g_91be0e18777ce6c751271fcc00d93d87 = new google.maps.Geocoder();g_91be0e18777ce6c751271fcc00d93d87.geocode( { 'address': "1013 E Austin St, Giddings, TX 78942, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('giddings-TX-giddings-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('giddings-TX-giddings-auto-credit'), mapOptions);}document.getElementById('3d52d584').innerHTML += ' | View Map';var $l91be0e18777ce6c751271fcc00d93d87 = '

Giddings Auto Credit

Address: 1013 E Austin St, Giddings, TX 78942, USA
Phone: (979) 542-1020
';var m_91be0e18777ce6c751271fcc00d93d87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Giddings Auto Credit',});m_91be0e18777ce6c751271fcc00d93d87['infowindow'] = new google.maps.InfoWindow({content: $l91be0e18777ce6c751271fcc00d93d87});var infowindow = new google.maps.InfoWindow({content: $l91be0e18777ce6c751271fcc00d93d87});google.maps.event.addListener(m_91be0e18777ce6c751271fcc00d93d87, 'click', function() {infowindow.open(map,m_91be0e18777ce6c751271fcc00d93d87);});$marker.push(m_91be0e18777ce6c751271fcc00d93d87);}});}google.maps.event.addDomListener(window, 'load', initialize);