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_2877b49ebb731389a1a583bda03540bd = new google.maps.Geocoder();g_2877b49ebb731389a1a583bda03540bd.geocode( { 'address': "397 N Sam Houston Pkwy E, Houston, TX 77060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-bank-of-the-ozarks-houston-greenspoint').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-bank-of-the-ozarks-houston-greenspoint'), mapOptions);}document.getElementById('71c5f5a2').innerHTML += ' | View Map';var $l2877b49ebb731389a1a583bda03540bd = '

Bank of the Ozarks-Houston - Greenspoint

Address: 397 N Sam Houston Pkwy E, Houston, TX 77060
Phone: (281) 999-9100
';var m_2877b49ebb731389a1a583bda03540bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks-Houston - Greenspoint',});m_2877b49ebb731389a1a583bda03540bd['infowindow'] = new google.maps.InfoWindow({content: $l2877b49ebb731389a1a583bda03540bd});var infowindow = new google.maps.InfoWindow({content: $l2877b49ebb731389a1a583bda03540bd});google.maps.event.addListener(m_2877b49ebb731389a1a583bda03540bd, 'click', function() {infowindow.open(map,m_2877b49ebb731389a1a583bda03540bd);});$marker.push(m_2877b49ebb731389a1a583bda03540bd);}});}google.maps.event.addDomListener(window, 'load', initialize);