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.5857,-96.1772)};var g_07e87c2f4fc7f7c96116d8e2a92790f5 = new google.maps.Geocoder();g_07e87c2f4fc7f7c96116d8e2a92790f5.geocode( { 'address': "2109 N Center St, Bonham, TX 75418"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonham-TX-first-national-bank-of-trenton').style.display = '';map = new google.maps.Map(document.getElementById('bonham-TX-first-national-bank-of-trenton'), mapOptions);}document.getElementById('f103b29d').innerHTML += ' | View Map';var $l07e87c2f4fc7f7c96116d8e2a92790f5 = '

First National Bank Of Trenton

Address: 2109 N Center St, Bonham, TX 75418
Phone: (903) 583-8833
';var m_07e87c2f4fc7f7c96116d8e2a92790f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Trenton',});m_07e87c2f4fc7f7c96116d8e2a92790f5['infowindow'] = new google.maps.InfoWindow({content: $l07e87c2f4fc7f7c96116d8e2a92790f5});var infowindow = new google.maps.InfoWindow({content: $l07e87c2f4fc7f7c96116d8e2a92790f5});google.maps.event.addListener(m_07e87c2f4fc7f7c96116d8e2a92790f5, 'click', function() {infowindow.open(map,m_07e87c2f4fc7f7c96116d8e2a92790f5);});$marker.push(m_07e87c2f4fc7f7c96116d8e2a92790f5);}});}google.maps.event.addDomListener(window, 'load', initialize);