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.8952,-95.6064)};var g_39b8b8d81ee591630302a6ece67b9c7b = new google.maps.Geocoder();g_39b8b8d81ee591630302a6ece67b9c7b.geocode( { 'address': "7979 N Eldridge Pkwy, Houston, TX 77041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-us-bank'), mapOptions);}document.getElementById('69d4ddaf').innerHTML += ' | View Map';var $l39b8b8d81ee591630302a6ece67b9c7b = '

U.S. Bank

Address: 7979 N Eldridge Pkwy, Houston, TX 77041, USA
Phone: (800) 872-2657
';var m_39b8b8d81ee591630302a6ece67b9c7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_39b8b8d81ee591630302a6ece67b9c7b['infowindow'] = new google.maps.InfoWindow({content: $l39b8b8d81ee591630302a6ece67b9c7b});var infowindow = new google.maps.InfoWindow({content: $l39b8b8d81ee591630302a6ece67b9c7b});google.maps.event.addListener(m_39b8b8d81ee591630302a6ece67b9c7b, 'click', function() {infowindow.open(map,m_39b8b8d81ee591630302a6ece67b9c7b);});$marker.push(m_39b8b8d81ee591630302a6ece67b9c7b);}});}google.maps.event.addDomListener(window, 'load', initialize);