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(26.2442,-98.4436)};var g_87188a3c7d544e86ea117fb3210cfe8c = new google.maps.Geocoder();g_87188a3c7d544e86ea117fb3210cfe8c.geocode( { 'address': "1709 US-83 #5, Penitas, TX 78576, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('penitas-TX-action-credit').style.display = '';map = new google.maps.Map(document.getElementById('penitas-TX-action-credit'), mapOptions);}document.getElementById('743eff6d').innerHTML += ' | View Map';var $l87188a3c7d544e86ea117fb3210cfe8c = '

Action Credit

Address: 1709 US-83 #5, Penitas, TX 78576, USA
Phone: (956) 600-7920
';var m_87188a3c7d544e86ea117fb3210cfe8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Action Credit',});m_87188a3c7d544e86ea117fb3210cfe8c['infowindow'] = new google.maps.InfoWindow({content: $l87188a3c7d544e86ea117fb3210cfe8c});var infowindow = new google.maps.InfoWindow({content: $l87188a3c7d544e86ea117fb3210cfe8c});google.maps.event.addListener(m_87188a3c7d544e86ea117fb3210cfe8c, 'click', function() {infowindow.open(map,m_87188a3c7d544e86ea117fb3210cfe8c);});$marker.push(m_87188a3c7d544e86ea117fb3210cfe8c);}});}google.maps.event.addDomListener(window, 'load', initialize);