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.5005,-97.4538)};var g_16b9fa982149e3c8487ca4df589f6ff0 = new google.maps.Geocoder();g_16b9fa982149e3c8487ca4df589f6ff0.geocode( { 'address': "413 St James St, Gonzales, TX 78629, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gonzales-TX-western-shamrock-finance').style.display = '';map = new google.maps.Map(document.getElementById('gonzales-TX-western-shamrock-finance'), mapOptions);}document.getElementById('2468d9d8').innerHTML += ' | View Map';var $l16b9fa982149e3c8487ca4df589f6ff0 = '

Western-Shamrock Finance

Address: 413 St James St, Gonzales, TX 78629, USA
Phone: (830) 672-1183
';var m_16b9fa982149e3c8487ca4df589f6ff0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western-Shamrock Finance',});m_16b9fa982149e3c8487ca4df589f6ff0['infowindow'] = new google.maps.InfoWindow({content: $l16b9fa982149e3c8487ca4df589f6ff0});var infowindow = new google.maps.InfoWindow({content: $l16b9fa982149e3c8487ca4df589f6ff0});google.maps.event.addListener(m_16b9fa982149e3c8487ca4df589f6ff0, 'click', function() {infowindow.open(map,m_16b9fa982149e3c8487ca4df589f6ff0);});$marker.push(m_16b9fa982149e3c8487ca4df589f6ff0);}});}google.maps.event.addDomListener(window, 'load', initialize);