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_14dd4dde8e69844ae362265097053c7d = new google.maps.Geocoder();g_14dd4dde8e69844ae362265097053c7d.geocode( { 'address': "120 W Sam Rayburn Dr, Bonham, TX 75418"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonham-TX-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bonham-TX-first-national-bank'), mapOptions);}document.getElementById('4e95f9ab').innerHTML += ' | View Map';var $l14dd4dde8e69844ae362265097053c7d = '

First National Bank

Address: 120 W Sam Rayburn Dr, Bonham, TX 75418
Phone: (972) 423-9436
';var m_14dd4dde8e69844ae362265097053c7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_14dd4dde8e69844ae362265097053c7d['infowindow'] = new google.maps.InfoWindow({content: $l14dd4dde8e69844ae362265097053c7d});var infowindow = new google.maps.InfoWindow({content: $l14dd4dde8e69844ae362265097053c7d});google.maps.event.addListener(m_14dd4dde8e69844ae362265097053c7d, 'click', function() {infowindow.open(map,m_14dd4dde8e69844ae362265097053c7d);});$marker.push(m_14dd4dde8e69844ae362265097053c7d);}});}google.maps.event.addDomListener(window, 'load', initialize);