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.3739,-95.6887)};var g_72ec488cc13c530187b1184f58c26a3f = new google.maps.Geocoder();g_72ec488cc13c530187b1184f58c26a3f.geocode( { 'address': "11 West Side Square, Cooper, TX 75432, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cooper-TX-first-national-bank-in-cooper').style.display = '';map = new google.maps.Map(document.getElementById('cooper-TX-first-national-bank-in-cooper'), mapOptions);}document.getElementById('af65da75').innerHTML += ' | View Map';var $l72ec488cc13c530187b1184f58c26a3f = '

First National Bank In Cooper

Address: 11 West Side Square, Cooper, TX 75432, USA
Phone: (903) 395-2131
';var m_72ec488cc13c530187b1184f58c26a3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank In Cooper',});m_72ec488cc13c530187b1184f58c26a3f['infowindow'] = new google.maps.InfoWindow({content: $l72ec488cc13c530187b1184f58c26a3f});var infowindow = new google.maps.InfoWindow({content: $l72ec488cc13c530187b1184f58c26a3f});google.maps.event.addListener(m_72ec488cc13c530187b1184f58c26a3f, 'click', function() {infowindow.open(map,m_72ec488cc13c530187b1184f58c26a3f);});$marker.push(m_72ec488cc13c530187b1184f58c26a3f);}});}google.maps.event.addDomListener(window, 'load', initialize);