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.0415,-95.4442)};var g_36a2d857e8c4d30b525eadb5040940cb = new google.maps.Geocoder();g_36a2d857e8c4d30b525eadb5040940cb.geocode( { 'address': "212 That Way St, Lake Jackson, TX 77566"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-jackson-TX-international-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('lake-jackson-TX-international-bank-of-commerce'), mapOptions);}document.getElementById('fd603566').innerHTML += ' | View Map';var $l36a2d857e8c4d30b525eadb5040940cb = '

International Bank Of Commerce

Address: 212 That Way St, Lake Jackson, TX 77566
Phone: (979) 297-4170
';var m_36a2d857e8c4d30b525eadb5040940cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'International Bank Of Commerce',});m_36a2d857e8c4d30b525eadb5040940cb['infowindow'] = new google.maps.InfoWindow({content: $l36a2d857e8c4d30b525eadb5040940cb});var infowindow = new google.maps.InfoWindow({content: $l36a2d857e8c4d30b525eadb5040940cb});google.maps.event.addListener(m_36a2d857e8c4d30b525eadb5040940cb, 'click', function() {infowindow.open(map,m_36a2d857e8c4d30b525eadb5040940cb);});$marker.push(m_36a2d857e8c4d30b525eadb5040940cb);}});}google.maps.event.addDomListener(window, 'load', initialize);