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.6741,-97.5093)};var g_dd093b11f9127e9d7d591129be671183 = new google.maps.Geocoder();g_dd093b11f9127e9d7d591129be671183.geocode( { 'address': "418 Avenue C, Valley Mills, TX 76689"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valley-mills-TX-first-national-bnk-bosque-cnty').style.display = '';map = new google.maps.Map(document.getElementById('valley-mills-TX-first-national-bnk-bosque-cnty'), mapOptions);}document.getElementById('ab963c5b').innerHTML += ' | View Map';var $ldd093b11f9127e9d7d591129be671183 = '

First National Bnk-Bosque Cnty

Address: 418 Avenue C, Valley Mills, TX 76689
Phone: (254) 932-5345
';var m_dd093b11f9127e9d7d591129be671183 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bnk-Bosque Cnty',});m_dd093b11f9127e9d7d591129be671183['infowindow'] = new google.maps.InfoWindow({content: $ldd093b11f9127e9d7d591129be671183});var infowindow = new google.maps.InfoWindow({content: $ldd093b11f9127e9d7d591129be671183});google.maps.event.addListener(m_dd093b11f9127e9d7d591129be671183, 'click', function() {infowindow.open(map,m_dd093b11f9127e9d7d591129be671183);});$marker.push(m_dd093b11f9127e9d7d591129be671183);}});}google.maps.event.addDomListener(window, 'load', initialize);