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(30.3691,-94.3103)};var g_2ad6024537d2a59e476cee0d869ae028 = new google.maps.Geocoder();g_2ad6024537d2a59e476cee0d869ae028.geocode( { 'address': "1055 S Pine St, Kountze, TX 77625, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kountze-TX-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('kountze-TX-citizens-bank'), mapOptions);}document.getElementById('3e893641').innerHTML += ' | View Map';var $l2ad6024537d2a59e476cee0d869ae028 = '

Citizens Bank

Address: 1055 S Pine St, Kountze, TX 77625, USA
Phone: (409) 246-3433
';var m_2ad6024537d2a59e476cee0d869ae028 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_2ad6024537d2a59e476cee0d869ae028['infowindow'] = new google.maps.InfoWindow({content: $l2ad6024537d2a59e476cee0d869ae028});var infowindow = new google.maps.InfoWindow({content: $l2ad6024537d2a59e476cee0d869ae028});google.maps.event.addListener(m_2ad6024537d2a59e476cee0d869ae028, 'click', function() {infowindow.open(map,m_2ad6024537d2a59e476cee0d869ae028);});$marker.push(m_2ad6024537d2a59e476cee0d869ae028);}});}google.maps.event.addDomListener(window, 'load', initialize);