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_5830e88a77c3b198718278402df5f82b = new google.maps.Geocoder();g_5830e88a77c3b198718278402df5f82b.geocode( { 'address': "14200 Gulf Fwy, Houston, TX 77034"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-first-community-bank'), mapOptions);}document.getElementById('dac5839c').innerHTML += ' | View Map';var $l5830e88a77c3b198718278402df5f82b = '

First Community Bank

Address: 14200 Gulf Fwy, Houston, TX 77034
Phone: (281) 922-2851
';var m_5830e88a77c3b198718278402df5f82b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_5830e88a77c3b198718278402df5f82b['infowindow'] = new google.maps.InfoWindow({content: $l5830e88a77c3b198718278402df5f82b});var infowindow = new google.maps.InfoWindow({content: $l5830e88a77c3b198718278402df5f82b});google.maps.event.addListener(m_5830e88a77c3b198718278402df5f82b, 'click', function() {infowindow.open(map,m_5830e88a77c3b198718278402df5f82b);});$marker.push(m_5830e88a77c3b198718278402df5f82b);}});}google.maps.event.addDomListener(window, 'load', initialize);