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(29.4981,-97.4526)};var g_e0a56e2a31fa7909dd69a9b3fd70cfd4 = new google.maps.Geocoder();g_e0a56e2a31fa7909dd69a9b3fd70cfd4.geocode( { 'address': "206 St James St, Gonzales, TX 78629, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gonzales-TX-lone-star-insurance-service').style.display = '';map = new google.maps.Map(document.getElementById('gonzales-TX-lone-star-insurance-service'), mapOptions);}document.getElementById('f42a4b02').innerHTML += ' | View Map';var $le0a56e2a31fa7909dd69a9b3fd70cfd4 = '

Lone Star Insurance Service

Address: 206 St James St, Gonzales, TX 78629, USA
Phone: (830) 672-5716
';var m_e0a56e2a31fa7909dd69a9b3fd70cfd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lone Star Insurance Service',});m_e0a56e2a31fa7909dd69a9b3fd70cfd4['infowindow'] = new google.maps.InfoWindow({content: $le0a56e2a31fa7909dd69a9b3fd70cfd4});var infowindow = new google.maps.InfoWindow({content: $le0a56e2a31fa7909dd69a9b3fd70cfd4});google.maps.event.addListener(m_e0a56e2a31fa7909dd69a9b3fd70cfd4, 'click', function() {infowindow.open(map,m_e0a56e2a31fa7909dd69a9b3fd70cfd4);});$marker.push(m_e0a56e2a31fa7909dd69a9b3fd70cfd4);}});}google.maps.event.addDomListener(window, 'load', initialize);