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.7013,-96.2165)};var g_7c407be5f50491b5cc3f25a79131f8d0 = new google.maps.Geocoder();g_7c407be5f50491b5cc3f25a79131f8d0.geocode( { 'address': "459 Main St, Palacios, TX 77465, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palacios-TX-city-state-bank-of-palacios').style.display = '';map = new google.maps.Map(document.getElementById('palacios-TX-city-state-bank-of-palacios'), mapOptions);}document.getElementById('8634280b').innerHTML += ' | View Map';var $l7c407be5f50491b5cc3f25a79131f8d0 = '

City State Bank of Palacios

Address: 459 Main St, Palacios, TX 77465, USA
Phone: (361) 972-2585
';var m_7c407be5f50491b5cc3f25a79131f8d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City State Bank of Palacios',});m_7c407be5f50491b5cc3f25a79131f8d0['infowindow'] = new google.maps.InfoWindow({content: $l7c407be5f50491b5cc3f25a79131f8d0});var infowindow = new google.maps.InfoWindow({content: $l7c407be5f50491b5cc3f25a79131f8d0});google.maps.event.addListener(m_7c407be5f50491b5cc3f25a79131f8d0, 'click', function() {infowindow.open(map,m_7c407be5f50491b5cc3f25a79131f8d0);});$marker.push(m_7c407be5f50491b5cc3f25a79131f8d0);}});}google.maps.event.addDomListener(window, 'load', initialize);