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(29.3047,-94.7939)};var g_a819d06508519977b9bc88e9f00837ca = new google.maps.Geocoder();g_a819d06508519977b9bc88e9f00837ca.geocode( { 'address': "2302 Postoffice St, Galveston, TX 77550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galveston-TX-the-moody-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('galveston-TX-the-moody-national-bank'), mapOptions);}document.getElementById('1b5ab037').innerHTML += ' | View Map';var $la819d06508519977b9bc88e9f00837ca = '

The Moody National Bank

Address: 2302 Postoffice St, Galveston, TX 77550, USA
Phone: (409) 765-5561
';var m_a819d06508519977b9bc88e9f00837ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Moody National Bank',});m_a819d06508519977b9bc88e9f00837ca['infowindow'] = new google.maps.InfoWindow({content: $la819d06508519977b9bc88e9f00837ca});var infowindow = new google.maps.InfoWindow({content: $la819d06508519977b9bc88e9f00837ca});google.maps.event.addListener(m_a819d06508519977b9bc88e9f00837ca, 'click', function() {infowindow.open(map,m_a819d06508519977b9bc88e9f00837ca);});$marker.push(m_a819d06508519977b9bc88e9f00837ca);}});}google.maps.event.addDomListener(window, 'load', initialize);