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.4672,-98.53)};var g_4ed713a2dc2332f459ed0fb9f01224f7 = new google.maps.Geocoder();g_4ed713a2dc2332f459ed0fb9f01224f7.geocode( { 'address': "6630 Callaghan Rd, San Antonio, TX 78229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-international-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-international-bank-of-commerce'), mapOptions);}document.getElementById('8d740084').innerHTML += ' | View Map';var $l4ed713a2dc2332f459ed0fb9f01224f7 = '

International Bank Of Commerce

Address: 6630 Callaghan Rd, San Antonio, TX 78229
Phone: (210) 341-7277
';var m_4ed713a2dc2332f459ed0fb9f01224f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'International Bank Of Commerce',});m_4ed713a2dc2332f459ed0fb9f01224f7['infowindow'] = new google.maps.InfoWindow({content: $l4ed713a2dc2332f459ed0fb9f01224f7});var infowindow = new google.maps.InfoWindow({content: $l4ed713a2dc2332f459ed0fb9f01224f7});google.maps.event.addListener(m_4ed713a2dc2332f459ed0fb9f01224f7, 'click', function() {infowindow.open(map,m_4ed713a2dc2332f459ed0fb9f01224f7);});$marker.push(m_4ed713a2dc2332f459ed0fb9f01224f7);}});}google.maps.event.addDomListener(window, 'load', initialize);