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.5772,-94.6862)};var g_c7bf0b7c1a86d5eb3be2c722cf2cf746 = new google.maps.Geocoder();g_c7bf0b7c1a86d5eb3be2c722cf2cf746.geocode( { 'address': "2700 U S Highway 190 W, Livingston, TX 77351"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('livingston-TX-peoples-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('livingston-TX-peoples-state-bank'), mapOptions);}document.getElementById('ba9eba79').innerHTML += ' | View Map';var $lc7bf0b7c1a86d5eb3be2c722cf2cf746 = '

Peoples State Bank

Address: 2700 U S Highway 190 W, Livingston, TX 77351
Phone: (936) 967-2323
';var m_c7bf0b7c1a86d5eb3be2c722cf2cf746 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples State Bank',});m_c7bf0b7c1a86d5eb3be2c722cf2cf746['infowindow'] = new google.maps.InfoWindow({content: $lc7bf0b7c1a86d5eb3be2c722cf2cf746});var infowindow = new google.maps.InfoWindow({content: $lc7bf0b7c1a86d5eb3be2c722cf2cf746});google.maps.event.addListener(m_c7bf0b7c1a86d5eb3be2c722cf2cf746, 'click', function() {infowindow.open(map,m_c7bf0b7c1a86d5eb3be2c722cf2cf746);});$marker.push(m_c7bf0b7c1a86d5eb3be2c722cf2cf746);}});}google.maps.event.addDomListener(window, 'load', initialize);