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_909d3bfdbbefcf082dba9e6cab077765 = new google.maps.Geocoder();g_909d3bfdbbefcf082dba9e6cab077765.geocode( { 'address': "10080 Bellaire Blvd, Houston, TX 77072"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-city-bank-texas').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-city-bank-texas'), mapOptions);}document.getElementById('4c857f7d').innerHTML += ' | View Map';var $l909d3bfdbbefcf082dba9e6cab077765 = '

City Bank Texas

Address: 10080 Bellaire Blvd, Houston, TX 77072
Phone: (713) 988-8305
';var m_909d3bfdbbefcf082dba9e6cab077765 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Bank Texas',});m_909d3bfdbbefcf082dba9e6cab077765['infowindow'] = new google.maps.InfoWindow({content: $l909d3bfdbbefcf082dba9e6cab077765});var infowindow = new google.maps.InfoWindow({content: $l909d3bfdbbefcf082dba9e6cab077765});google.maps.event.addListener(m_909d3bfdbbefcf082dba9e6cab077765, 'click', function() {infowindow.open(map,m_909d3bfdbbefcf082dba9e6cab077765);});$marker.push(m_909d3bfdbbefcf082dba9e6cab077765);}});}google.maps.event.addDomListener(window, 'load', initialize);