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.7204,-95.2221)};var g_82cc164ceb375988c7ccc91b0b98c08c = new google.maps.Geocoder();g_82cc164ceb375988c7ccc91b0b98c08c.geocode( { 'address': "850 N Eldridge Pkwy, Houston, TX 77079"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-moody-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-moody-national-bank'), mapOptions);}document.getElementById('d55e0884').innerHTML += ' | View Map';var $l82cc164ceb375988c7ccc91b0b98c08c = '

Moody National Bank

Address: 850 N Eldridge Pkwy, Houston, TX 77079
Phone: (281) 998-3337
';var m_82cc164ceb375988c7ccc91b0b98c08c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Moody National Bank',});m_82cc164ceb375988c7ccc91b0b98c08c['infowindow'] = new google.maps.InfoWindow({content: $l82cc164ceb375988c7ccc91b0b98c08c});var infowindow = new google.maps.InfoWindow({content: $l82cc164ceb375988c7ccc91b0b98c08c});google.maps.event.addListener(m_82cc164ceb375988c7ccc91b0b98c08c, 'click', function() {infowindow.open(map,m_82cc164ceb375988c7ccc91b0b98c08c);});$marker.push(m_82cc164ceb375988c7ccc91b0b98c08c);}});}google.maps.event.addDomListener(window, 'load', initialize);