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(32.5426,-94.9391)};var g_c48fc5abb46ebba1f4d00a6f951d9273 = new google.maps.Geocoder();g_c48fc5abb46ebba1f4d00a6f951d9273.geocode( { 'address': "678 N Main St, Gladewater, TX 75647, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gladewater-TX-gladewater-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('gladewater-TX-gladewater-national-bank'), mapOptions);}document.getElementById('7ea20352').innerHTML += ' | View Map';var $lc48fc5abb46ebba1f4d00a6f951d9273 = '

Gladewater National Bank

Address: 678 N Main St, Gladewater, TX 75647, USA
Phone: (903) 845-5566
';var m_c48fc5abb46ebba1f4d00a6f951d9273 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gladewater National Bank',});m_c48fc5abb46ebba1f4d00a6f951d9273['infowindow'] = new google.maps.InfoWindow({content: $lc48fc5abb46ebba1f4d00a6f951d9273});var infowindow = new google.maps.InfoWindow({content: $lc48fc5abb46ebba1f4d00a6f951d9273});google.maps.event.addListener(m_c48fc5abb46ebba1f4d00a6f951d9273, 'click', function() {infowindow.open(map,m_c48fc5abb46ebba1f4d00a6f951d9273);});$marker.push(m_c48fc5abb46ebba1f4d00a6f951d9273);}});}google.maps.event.addDomListener(window, 'load', initialize);