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.8195,-95.7523)};var g_8819982b300008ab09ecdfe101015fcf = new google.maps.Geocoder();g_8819982b300008ab09ecdfe101015fcf.geocode( { 'address': "5005 S Mason Rd, Katy, TX 77450"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-first-victoria-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-first-victoria-national-bank'), mapOptions);}document.getElementById('8029c66f').innerHTML += ' | View Map';var $l8819982b300008ab09ecdfe101015fcf = '

First Victoria National Bank

Address: 5005 S Mason Rd, Katy, TX 77450
Phone: (281) 578-8235
';var m_8819982b300008ab09ecdfe101015fcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Victoria National Bank',});m_8819982b300008ab09ecdfe101015fcf['infowindow'] = new google.maps.InfoWindow({content: $l8819982b300008ab09ecdfe101015fcf});var infowindow = new google.maps.InfoWindow({content: $l8819982b300008ab09ecdfe101015fcf});google.maps.event.addListener(m_8819982b300008ab09ecdfe101015fcf, 'click', function() {infowindow.open(map,m_8819982b300008ab09ecdfe101015fcf);});$marker.push(m_8819982b300008ab09ecdfe101015fcf);}});}google.maps.event.addDomListener(window, 'load', initialize);