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.6857,-96.7284)};var g_323d388b89f5d10415c2b2a6058f2399 = new google.maps.Geocoder();g_323d388b89f5d10415c2b2a6058f2399.geocode( { 'address': "107 E Main St, Weimar, TX 78962"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weimar-TX-pioneer-bank-ssb').style.display = '';map = new google.maps.Map(document.getElementById('weimar-TX-pioneer-bank-ssb'), mapOptions);}document.getElementById('0439a0bb').innerHTML += ' | View Map';var $l323d388b89f5d10415c2b2a6058f2399 = '

Pioneer Bank Ssb

Address: 107 E Main St, Weimar, TX 78962
Phone: (979) 725-9541
';var m_323d388b89f5d10415c2b2a6058f2399 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pioneer Bank Ssb',});m_323d388b89f5d10415c2b2a6058f2399['infowindow'] = new google.maps.InfoWindow({content: $l323d388b89f5d10415c2b2a6058f2399});var infowindow = new google.maps.InfoWindow({content: $l323d388b89f5d10415c2b2a6058f2399});google.maps.event.addListener(m_323d388b89f5d10415c2b2a6058f2399, 'click', function() {infowindow.open(map,m_323d388b89f5d10415c2b2a6058f2399);});$marker.push(m_323d388b89f5d10415c2b2a6058f2399);}});}google.maps.event.addDomListener(window, 'load', initialize);