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(33.3703,-98.757)};var g_b563dabd0faa04f02c4217d8998ab937 = new google.maps.Geocoder();g_b563dabd0faa04f02c4217d8998ab937.geocode( { 'address': "307 W Main St, Olney, TX 76374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olney-TX-olney-bankshares-of-texas-inc').style.display = '';map = new google.maps.Map(document.getElementById('olney-TX-olney-bankshares-of-texas-inc'), mapOptions);}document.getElementById('06bee8dc').innerHTML += ' | View Map';var $lb563dabd0faa04f02c4217d8998ab937 = '

Olney Bankshares of Texas Inc

Address: 307 W Main St, Olney, TX 76374, USA
Phone: (940) 564-5516
';var m_b563dabd0faa04f02c4217d8998ab937 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Olney Bankshares of Texas Inc',});m_b563dabd0faa04f02c4217d8998ab937['infowindow'] = new google.maps.InfoWindow({content: $lb563dabd0faa04f02c4217d8998ab937});var infowindow = new google.maps.InfoWindow({content: $lb563dabd0faa04f02c4217d8998ab937});google.maps.event.addListener(m_b563dabd0faa04f02c4217d8998ab937, 'click', function() {infowindow.open(map,m_b563dabd0faa04f02c4217d8998ab937);});$marker.push(m_b563dabd0faa04f02c4217d8998ab937);}});}google.maps.event.addDomListener(window, 'load', initialize);