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(31.5845,-95.8489)};var g_8a19002f4da296db304ae513a30c8ef7 = new google.maps.Geocoder();g_8a19002f4da296db304ae513a30c8ef7.geocode( { 'address': "300 Main St, Oakwood, TX 75855, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakwood-TX-oakwood-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('oakwood-TX-oakwood-state-bank'), mapOptions);}document.getElementById('c544a193').innerHTML += ' | View Map';var $l8a19002f4da296db304ae513a30c8ef7 = '

Oakwood State Bank

Address: 300 Main St, Oakwood, TX 75855, USA
Phone: (903) 545-2163
';var m_8a19002f4da296db304ae513a30c8ef7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oakwood State Bank',});m_8a19002f4da296db304ae513a30c8ef7['infowindow'] = new google.maps.InfoWindow({content: $l8a19002f4da296db304ae513a30c8ef7});var infowindow = new google.maps.InfoWindow({content: $l8a19002f4da296db304ae513a30c8ef7});google.maps.event.addListener(m_8a19002f4da296db304ae513a30c8ef7, 'click', function() {infowindow.open(map,m_8a19002f4da296db304ae513a30c8ef7);});$marker.push(m_8a19002f4da296db304ae513a30c8ef7);}});}google.maps.event.addDomListener(window, 'load', initialize);