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.9403,-95.3973)};var g_631c75ed8d851df5cd052244422a7f0c = new google.maps.Geocoder();g_631c75ed8d851df5cd052244422a7f0c.geocode( { 'address': "397 North Sam Houston Pkwy E, Houston, TX 77060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-omnibank').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-omnibank'), mapOptions);}document.getElementById('d116d809').innerHTML += ' | View Map';var $l631c75ed8d851df5cd052244422a7f0c = '

OMNIBANK

Address: 397 North Sam Houston Pkwy E, Houston, TX 77060, USA
Phone:
';var m_631c75ed8d851df5cd052244422a7f0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OMNIBANK',});m_631c75ed8d851df5cd052244422a7f0c['infowindow'] = new google.maps.InfoWindow({content: $l631c75ed8d851df5cd052244422a7f0c});var infowindow = new google.maps.InfoWindow({content: $l631c75ed8d851df5cd052244422a7f0c});google.maps.event.addListener(m_631c75ed8d851df5cd052244422a7f0c, 'click', function() {infowindow.open(map,m_631c75ed8d851df5cd052244422a7f0c);});$marker.push(m_631c75ed8d851df5cd052244422a7f0c);}});}google.maps.event.addDomListener(window, 'load', initialize);